Back to Devexpress

IDocumentGroupDefaultProperties.HasDocumentSelectorButton Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-idocumentgroupdefaultproperties-1cf01822.md

latest2.0 KB
Original Source

IDocumentGroupDefaultProperties.HasDocumentSelectorButton Property

Gets if a document selector button is enabled for the current DocumentGroup.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool HasDocumentSelectorButton { get; }
vb
ReadOnly Property HasDocumentSelectorButton As Boolean

Property Value

TypeDescription
Boolean

true if a document selector button is enabled for the current DocumentGroup; otherwise, false.

|

Remarks

See the IDocumentGroupDefaultProperties.ShowDocumentSelectorButton topic to learn more.

See Also

ShowDocumentSelectorButton

IDocumentGroupDefaultProperties Interface

IDocumentGroupDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace