Document Properties
A document within a TabbedView.| Name | Description |
|---|---|
| AccessibleDescription | Gets or sets the object’s description used by accessibility client applications. Inherited from BaseDocument. |
| AccessibleName | Gets or sets the object’s name used by accessibility client applications. Inherited from BaseDocument. |
| AccessibleRole | Gets or sets the object’s accessible role. Inherited from BaseDocument. |
| ActualImage | Returns the currently displayed document image. Inherited from BaseDocument. |
| Appearance | Provides access to appearance settings for the current Document. |
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| Caption | Gets or sets the document’s caption. Inherited from BaseDocument. |
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| Control | Gets the control displayed within the current document. Inherited from BaseDocument. |
| ControlName | Gets or sets the name of a control that will be passed to the current Document as content. Inherited from BaseDocument. |
| ControlType | Gets or sets the type of a control passed to the document as content. Inherited from BaseDocument. |
| ControlTypeName | Gets or sets the type of a control that will be passed to the current Document as content. Inherited from BaseDocument. |
| 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. |
| FloatLocation | Gets or sets the current BaseDocument‘s top left corner coordinates according to which the document will be arranged when made floating. Inherited from BaseDocument. |
| FloatSize | Gets or sets the size that the current BaseDocument will gain when made floating. Inherited from BaseDocument. |
| Footer | Gets or sets the current document‘s footer. Inherited from BaseDocument. |
| Form | Gets the form that displays the document’s contents when the document is floating. Inherited from BaseDocument. |
| Header | Gets or sets the current document‘s header. Inherited from BaseDocument. |
| Image |
Gets or sets the image associated with the current document. This property is obsolete. Use the BaseDocument.ImageOptions.Image property instead.
Inherited from BaseDocument. |
| ImageIndex |
Gets or sets the index of an image within the DocumentManager.Images collection. This property is obsolete. Use the BaseDocument.ImageOptions.ImageIndex property instead.
Inherited from BaseDocument. |
| ImageOptions | Provides access to properties that allow you to set and customize raster and vector images. |
| ImageUri |
Gets or sets an image stored within the DevExpress Image Gallery that should be assigned to this BaseDocument. This property is obsolete. Use the BaseDocument.ImageOptions.ImageUri property instead.
Inherited from BaseDocument. |
| IsActive | Gets whether the document is active. Inherited from BaseDocument. |
| IsAnimated | Gets if a Document‘s tab icon is currently animated. |
| IsDeferredControlLoad | Gets if the current BaseDocument is loaded in the Deferred Load mode. Inherited from BaseDocument. |
| IsDisposing | Gets whether the BaseComponent object is currently being disposed of. Inherited from BaseComponent. |
| IsDockPanel | Gets if the current document displays a DockPanel. Inherited from BaseDocument. |
| IsEnabled | Gets whether the document is enabled. Inherited from BaseDocument. |
| IsFloating | Gets whether the document is floating. Inherited from BaseDocument. |
| 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. |
| IsMaximized | Gets whether the BaseDocument is currently maximized. Inherited from BaseDocument. |
| IsSelected | Gets whether the current document is selected in the group where it is displayed. |
| IsUpdateLocked | Returns whether or not this BaseComponent is currently locked, which prevents any visual updates. Inherited from BaseComponent. |
| IsUpdateNeeded | Inherited from BaseDocument. |
| IsVisible | Gets whether the document is visible. Inherited from BaseDocument. |
| Manager | Gets a DocumentManager that owns the current document. Inherited from BaseDocument. |
| Parent | Gets the group where the current document is displayed. |
| Pinned | Gets or sets whether the Document is currently pinned. |
| Properties | Provides access to the current document’s properties. |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
| SuperTip | Gets or sets a SuperToolTip for the current control. |
| Tag | Gets or sets an object that contains data on the current BaseDocument object. Inherited from BaseDocument. |
| Tooltip | Gets or sets a regular tooltip’s content. |
| TooltipIconType | Gets or sets the type of the tooltip icon. |
| TooltipTitle | Gets or sets a regular tooltip’s title. |
See Also