RowFilterArgs Properties
Contains data for the command bound to the GridControl.CustomRowFilterCommand property.Name | Description |
---|---|
DefaultVisibility | Gets the row’s visibility calculated by the GridControl. Inherited from FilterArgs. |
Item | Gets a record in a data source. Inherited from FilterArgs. |
SourceIndex | Gets the record’s index in a data source. |
Visible | Gets or sets whether to display the processed row. Inherited from FilterArgs. |
See Also