Skip to main content
A newer version of this page is available. .

IDocumentGroupDefaultProperties.HasDocumentSelectorButton Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

bool HasDocumentSelectorButton { get; }

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