Back to Devexpress

DetailTabStyleEventArgs.Visible Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-detailtabstyleeventargs-3171be07.md

latest1.3 KB
Original Source

DetailTabStyleEventArgs.Visible Property

Gets or sets whether to display the detail tab.

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

true to display the detail tab; otherwise, false.

|

See Also

ShowDetailTabs

DetailTabStyleEventArgs Class

DetailTabStyleEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace