Skip to main content

RowFilterEventArgs.Visible Property

Gets or sets whether to display the processed row.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public bool? Visible { get; set; }

#Property Value

Type Description
Nullable<Boolean>

true to display the processed row; otherwise, false.

See Also