IDocumentGroupDefaultProperties.HasDocumentSelectorButton Property
Gets if a document selector button is enabled for the current DocumentGroup.
Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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