CustomFilterEventArgs.Visible Property
In This Article
Returns whether the processed row should be visible.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public bool Visible { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | “true if the row should be visible; otherwise, false.” |
#Remarks
For more information, refer to the DataGridView.CustomFilter event.
See Also