Skip to main content
A newer version of this page is available. .
All docs
V21.2

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