Click or drag to resize

FilterCollectionTHasFilterOrSort Property

Gets a value indicating whether this instance has filtering or sorting.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected bool HasFilterOrSort { get; }

Property Value

Type: Boolean
true if this instance is filtered or sorted; otherwise, false.
See Also