Class GridViewSortColumn
GridViewColumn which specifies a property used for sorting items in a WpfTreeView.
Namespace: ABB.Robotics.RobotStudio.UI
Assembly: ABB.Robotics.RobotStudio.UI.dll
Syntax
public class GridViewSortColumn : GridViewColumn
Constructors
View SourceGridViewSortColumn()
Declaration
public GridViewSortColumn()
Properties
View SourceSortProperty
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 |