RowFilterEventArgs.Visible Property
Gets or sets whether the current record must be visible in a View.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the record must be visible; otherwise, false. |
Remarks
Set the Visible parameter to false and the RowFilterEventArgs.Handled parameter to true to hide the currently processed record.
To make the record visible regardless of the View's filter set both the Visible and RowFilterEventArgs.Handled parameters to true.
If the RowFilterEventArgs.Handled parameter is set to false the record's visibility will be determined by the filter that is applied to the View. That is the record will be visible only if it matches the filter. Otherwise, it will be hidden.
See Also
Feedback