SortChangedEventArgsHandled Property

This property is used to inform DataGrid whether sorting has been handled by the provided handler method.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public bool Handled { get; set; }

Property Value

Boolean

Remarks

By default this property is true. If you set it to false, DataGrid will try to sort the column itself.

See Also