Back to Devexpress

CustomizationFormSearchEventArgs.Visible Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customizationformsearcheventargs-b29f494f.md

latest1.4 KB
Original Source

CustomizationFormSearchEventArgs.Visible Property

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

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public bool Visible { get; set; }
vb
Public Property Visible As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

CustomizationFormSearchEventArgs Class

CustomizationFormSearchEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace