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

IDocumentDefaultProperties.CanShowInDocumentSelector Property

Gets whether the current Document can be displayed within a Document Selector.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
bool CanShowInDocumentSelector { get; }

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.

See Also