SearchThroughVisibleRows Property
In This Topic
Gets or sets whether the search through only visible rows or all rows in C1FlexGrid.
Syntax
'Declaration
Public Property SearchThroughVisibleRows As Boolean
public bool SearchThroughVisibleRows {get; set;}
See Also