SortChangedEventArgsHandled Property
This property is used to inform
DataGrid whether sorting has been
handled by the provided handler method.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public bool Handled { get; set; }
Public Property Handled As Boolean
Get
Set
Property Value
Boolean
By default this property is true. If you set it to false, DataGrid will try
to sort the column itself.