Back to Devexpress

DocumentGroup Properties

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

latest6.4 KB
Original Source

DocumentGroup Properties

A group of Documents within a TabbedView.

NameDescription
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications.
AccessibleNameGets or sets the object’s name used by accessibility client applications.
AccessibleRoleGets or sets the object’s accessible role.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
GroupLengthGets or sets the width/height of the current group. This property is in effect when there are multiple groups in the TabbedView.DocumentGroups collection.
IsDisposingGets whether the BaseComponent object is currently being disposed of. Inherited from BaseComponent.
IsFilledUpGets whether the group contains the maximum possible number of documents.
IsInitializedIndicates whether or not the BaseComponent object has been fully initialized. Inherited from BaseComponent.
IsInitializingReturns whether or not the BaseComponent object is currently being initialized. Inherited from BaseComponent.
IsUpdateLockedReturns whether or not this BaseComponent is currently locked, which prevents any visual updates. Inherited from BaseComponent.
ItemsContains documents displayed within the current group. This property is hidden from Visual Studio IntelliSense. Use this property to access items only. Do not add or remove items to/from the collection.
ManagerGets a DocumentManager that owns the current group.
PropertiesProvides access to the current document group’s properties.
SelectedDocumentGets the currently selected document.
SelectedItemIndexGets the index of the currently selected document within the DocumentGroup.Items collection.
SiteGets or sets the ISite of the Component. Inherited from Component.
TagGets or sets an object that contains data on the current DocumentGroup object.
VisibleGets or sets whether the current DocumentGroup is visible.

See Also

DocumentGroup Class

DocumentGroup Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace