ComponentOne DataGrid for WPF and Silverlight
ChangingColumns Property (DataGridSortChangingEventArgs)

C1.WPF.DataGrid Namespace > DataGridSortChangingEventArgs Class : ChangingColumns Property
Gets the columns will be sorted if this event is not cancelled.
Syntax
'Declaration
 
Public ReadOnly Property ChangingColumns As DataGridColumnValue(Of DataGridSortDirection)()
public DataGridColumnValue<DataGridSortDirection>[] ChangingColumns {get;}

Property Value

The columns will be sorted if this event is not cancelled.
See Also

Reference

DataGridSortChangingEventArgs Class
DataGridSortChangingEventArgs Members