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
Syntaxprotected bool HasFilterOrSort { get; }
Protected ReadOnly Property HasFilterOrSort As Boolean
Get
member HasFilterOrSort : bool with get
Property Value
Type:
Booleantrue if this instance is filtered or sorted; otherwise,
false.
See Also