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

DocumentGroup Properties

A group of Documents within a TabbedView.
Name Description
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Container Gets the IContainer that contains the Component. Inherited from Component.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
GroupLength Gets or sets the width/height of the current group. This property is in effect when there are multiple groups in the TabbedView.DocumentGroups collection.
IsDisposing Gets whether the BaseComponent object is currently being disposed of. Inherited from BaseComponent.
IsFilledUp Gets whether the group contains the maximum possible number of documents.
IsInitialized Indicates whether or not the BaseComponent object has been fully initialized. Inherited from BaseComponent.
IsInitializing Returns whether or not the BaseComponent object is currently being initialized. Inherited from BaseComponent.
IsUpdateLocked Returns whether or not this BaseComponent is currently locked, which prevents any visual updates. Inherited from BaseComponent.
Items Provides access to documents displayed within the current group. This property is hidden from VS intellisense for safety reasons. Use this property only to access items in the collection. Do not add or remove items via the Items property.
Manager Gets a DocumentManager that owns the current group.
Properties Provides access to the current document group’s properties.
SelectedDocument Gets the currently selected document.
SelectedItemIndex Gets the index of the currently selected document within the DocumentGroup.Items collection.
Site Gets or sets the ISite of the Component. Inherited from Component.
Tag Gets or sets an object that contains data on the current DocumentGroup object.
Visible Gets or sets whether the current DocumentGroup is visible.
See Also