Show / Hide Table of Contents

Class GridViewSortColumn

GridViewColumn which specifies a property used for sorting items in a WpfTreeView.

Inheritance
object
DispatcherObject
DependencyObject
GridViewColumn
GridViewSortColumn
Namespace: ABB.Robotics.RobotStudio.UI
Assembly: ABB.Robotics.RobotStudio.UI.dll
Syntax
public class GridViewSortColumn : GridViewColumn

Constructors

View Source

GridViewSortColumn()

Declaration
public GridViewSortColumn()

Properties

View Source

SortProperty

Specifies the property of a subclassed WpfTreeNode which will be used for sorting when this column is clicked.

Declaration
public string SortProperty { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Copyright © 2025 ABB