Back to Devexpress

IDocumentDefaultProperties Properties

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-idocumentdefaultproperties-dot-underscore-properties.md

latest9.7 KB
Original Source

IDocumentDefaultProperties Properties

Contains properties for documents within a TabbedView.

NameDescription
ActualMaxTabWidthGets the current tab header’s width for the current Document.
ActualTabWidthThis member supports the internal infrastructure, and is not intended to be used directly from your code.
ActualThumbnailCaptionFormatGets the thumbnail caption format currently used by this document. Inherited from IBaseDocumentDefaultProperties.
AllowActivateGets or sets whether the current document can be activated. Inherited from IBaseDocumentDefaultProperties.
AllowAnimationGets or sets whether image animation is allowed for the current Document’s tab.
AllowCloseGets or sets whether the current document can be closed. Inherited from IBaseDocumentDefaultProperties.
AllowDockGets or sets whether the current document can be docked. Inherited from IBaseDocumentDefaultProperties.
AllowDockFillGets or sets whether the current floating document can be docked as a tab.
AllowFloatGets or sets whether the current document can be made floating. Inherited from IBaseDocumentDefaultProperties.
AllowFloatOnDoubleClickGets or sets whether the current document can be made floating with a double click on the document header.
AllowGlyphSkinningGets or sets whether the current document’s icon should be painted with this document’s foreground color. Inherited from IBaseDocumentDefaultProperties.
AllowPinGets or sets whether the current Document can be pinned.
AllowTabReorderingGets or sets whether or not this current document can be reordered within its parent DocumentGroup when docked to this group as a tab.
CanActivateGets whether the current document can be activated. Inherited from IBaseDocumentDefaultProperties.
CanAnimateGets if a Document‘s tab icon can be animated.
CanCloseGets whether the current document can be closed. Inherited from IBaseDocumentDefaultProperties.
CanDockGets whether the current document can be docked. Inherited from IBaseDocumentDefaultProperties.
CanDockFillGets whether the current floating document can be docked as a tab.
CanFloatGets whether the current document can be made floating. Inherited from IBaseDocumentDefaultProperties.
CanFloatOnDoubleClickGets whether the current document can be made floating with a double click on the document header.
CanPinGets whether the current Document can be pinned.
CanReorderTabGets or sets whether or not this document can be reordered within its parent DocumentGroup.
CanShowInDocumentSelectorGets whether the current Document can be displayed within a Document Selector.
CanShowPinButtonGets whether the current Document can display its Pin Button.
CanUseFormIconAsDocumentImageGets whether a corresponding form’s icon is used as the current document’s image. Inherited from IBaseDocumentDefaultProperties.
CanUseGlyphSkinningGets whether this Document currently supports the Glyph Skinning feature. Inherited from IBaseDocumentDefaultProperties.
MaxTabWidthGets or sets the tab header’s width for individual Documents.
ShowInDocumentSelectorGets or sets whether the current Document should be displayed within a Document Selector.
ShowPinButtonGets or sets whether the Pin Button should be displayed in the current Document‘s tab header.
TabWidthGets or sets the width of the current Document‘s tab.
ThumbnailCaptionFormatGets or sets the format of a text, displayed within this document’s thumbnail in a Windows task bar.
UseFormIconAsDocumentImageGets or sets whether a corresponding form’s icon is used as the current document’s image. Inherited from IBaseDocumentDefaultProperties.

See Also

IDocumentDefaultProperties Interface

IDocumentDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace