Back to Devexpress

IDocumentGroupDefaultProperties Members

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-idocumentgroupdefaultproperties-dot-underscore-members.md

latest9.3 KB
Original Source

IDocumentGroupDefaultProperties Members

Contains properties for an individual document group.

Properties

NameDescription
ActualAllowHtmlDrawReturns whether or not all documents that belong to this DocumentGroup are currently allowed to format their captions by using HTML tags.
ActualClosePageButtonShowModeGets the value that determines the actual way the Close buttons are displayed in the current document group.
ActualCloseTabOnMiddleClickGets the actual value that determines if tabs in the current document group will be closed on a mouse middle click.
ActualDestroyOnRemovingChildrenGets the actual value that determines if the current document group will be destroyed after removing all of its children.
ActualHeaderAutoFillGets or sets whether tabs are actually stretched to fill the entire width of the group.
ActualHeaderButtonsShowModeGets the current conditions that specify when tab buttons within a DocumentGroup‘s tab header panel are displayed.
ActualHeaderLocationGets the value that specifies the actual header position of the current document group.
ActualHeaderOrientationGets the value that specifies the actual header orientation for the current document group.
ActualMaxDocumentsGets or sets the actual maximum number of documents in the current document group.
ActualMultiLineGets whether tabs are actually displayed in multiple or single lines.
ActualPageImagePositionGets or sets the actual alignment of images displayed in document tabs that belong to the current group.
ActualPinPageButtonShowModeGets which tab headers within the current DocumentGroup should display their Pin Buttons.
AllowHtmlDrawGets or sets whether or not all documents that belong to this DocumentGroup can format their captions by using HTML tags.
ClosePageButtonShowModeGets or sets the value that determines the way the Close buttons are displayed in the current document group.
CloseTabOnMiddleClickGets or sets the value that determines if tabs in the current document group will be closed on a mouse middle click.
CustomHeaderButtonsProvides access to a custom header button collection displayed in the current document group.
DestroyOnRemovingChildrenGets or sets the value that determines if the current document group will be destroyed after removing all of its children.
GetActualHeaderButtonsGets tab buttons, currently displayed within individual DocumentGroups’ tab header panels.
HasDocumentSelectorButtonGets if a document selector button is enabled for the current DocumentGroup.
HasTabHeaderGets the value that determines if a tab header is actually shown in the current document group.
HeaderAutoFillGets or sets whether tabs are stretched to fill the entire width of the group.
HeaderButtonsGets or sets which tab buttons can be displayed within the current DocumentGroup‘s tab header panel.
HeaderButtonsShowModeGets or sets when tab buttons are displayed within the current DocumentGroup‘s tab header panel.
HeaderLocationGets or sets the value that specifies the current document group’s header position.
HeaderOrientationGets or sets the value that specifies the header orientation for the current document group.
MaxDocumentsGets or sets the maximum number of documents in the current document group.
MultiLineGets or sets whether tabs are displayed in multiple or single lines.
PageImagePositionGets or sets the alignment of images displayed in document tabs that belong to the current group.
PinPageButtonShowModeGets or sets which tab headers within the current DocumentGroup should display their Pin Buttons.
ShowDocumentSelectorButtonGets or sets if a document selector button should be displayed within the individual DocumentGroup.
ShowTabHeaderGets or sets the value that determines if a tab header is shown in the current document group.
TabWidthGets or sets the width of tabs within the current DocumentGroup.

Methods

NameDescription
Dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.
GetActualCustomHeaderButtons()Gets a list of CustomHeaderButton objects displayed in the current document group.

See Also

IDocumentGroupDefaultProperties Interface

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace