Filtered
Specify whether grid is filtered, i.e. grid shows only rows that are following the filter rules.
cs
[DefaultValue(false)] public Boolean Filtered { get; set; }
Specify whether grid is filtered, i.e. grid shows only rows that are following the filter rules.
[DefaultValue(false)] public Boolean Filtered { get; set; }