IDocumentDefaultProperties.CanShowInDocumentSelector Property
Gets whether the current Document can be displayed within a Document Selector.
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 the current Document can be displayed within a Document Selector; otherwise, false. |
Remarks
You can specify if all the current TabbedView‘s Documents should be displayed within a Document Selector via the IDocumentProperties.ShowInDocumentSelector property. The IDocumentDefaultProperties.ShowInDocumentSelector property, which affects an individual Document, has a higher priority. The CanShowInDocumentSelector property helps you to determine whether the target Document can currently be displayed within a Document Selector.
See the Document Selector topic to learn more.