Skip to main content
All docs
V23.2

CustomizationFormSearchEventArgs.Visible Property

Gets or sets the visibility of the processed row or category.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public bool Visible { get; set; }

Property Value

Type Description
Boolean

true to display the processed row or category; otherwise, false.

See Also