Back to Devexpress

CustomizationFormSearchEventArgs.Visible Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-customizationformsearcheventargs-188c1692.md

latest1.3 KB
Original Source

CustomizationFormSearchEventArgs.Visible Property

Gets or sets the visibility of the currently processed column or band.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Boolean

The visibility of the currently processed column or band.

|

See Also

CustomizationFormSearchEventArgs Class

CustomizationFormSearchEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace