Skip to main content
A newer version of this page is available. .
All docs
V21.2

FilterArgs.Visible Property

Gets or sets whether to display the processed row.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v21.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

public bool? Visible { get; set; }

Property Value

Type Description
Nullable<Boolean>

true to display the processed row; otherwise, false.

See Also