[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.UnboundSortDescription

UnboundSortDescription Class

Specifies a column to be sorted and the sort direction.

Inheritance
UnboundSortDescription
Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexSheet.4.6.2.dll
Syntax
public class UnboundSortDescription : INotifyPropertyChanged

Constructors

Name Description
UnboundSortDescription()

Initializes a new instance of a UnboundSortDescription.

UnboundSortDescription(Column, ListSortDirection)

Initializes a new instance of a UnboundSortDescription.

Properties

Name Description
Column

Gets or sets the column to sort the list by.

Direction

Gets or sets the sort direction.

Methods

Name Description
OnPropertyChanged(string)

Raises the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when the value of a property changes.