Skip to main content

CustomFilterEventArgs.Visible Property

Returns whether the processed row should be visible.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

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