Document Properties
A Document within a WidgetView.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. |
AllowCaptionColorBlending | Gets or sets whether this individual document should blend its caption fore color. |
AppearanceActiveCaption | Provides access to appearance settings used to paint this Document‘s caption when the document is active (selected). |
AppearanceCaption | Provides access to appearance settings used to paint this Document‘s caption when the document is not selected. |
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. |
ColumnIndex | Gets or sets an integer value that is the index of a column within a table layout WidgetView, in which this Document is nested. |
ColumnSpan | Gets or sets the total number of columns that the current Document occupies. |
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. |
CustomHeaderButtons | Gets the set of Header Buttons assigned to the current Document. |
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. |
FreeLayoutHeight | Provides access to a Length structure that specifies the height of this widget in Free Layout Mode. |
FreeLayoutWidth | Provides access to a Length structure that specifies the width of this widget in Free Layout Mode. |
Header | Gets or sets the current document‘s header. Inherited from BaseDocument. |
Height | Gets or sets this Document‘s height. |
Image | Gets or sets the image associated with the current document. Inherited from BaseDocument. |
ImageIndex | Gets or sets the index of an image within the DocumentManager.Images collection. Inherited from BaseDocument. |
ImageOptions | Provides access to properties that allow you to set up raster and vector images for this document. Inherited from BaseDocument. |
Images | Gets a collection of images that this Document can use as its icons. |
ImageUri | Gets or sets an image stored within the DevExpress Image Gallery that should be assigned to this BaseDocument. Inherited from BaseDocument. |
Info | Gets the detailed info about this Document. |
IsActive | Gets whether the document is active. Inherited from BaseDocument. |
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 this Document is currently maximized. |
IsSelected | Gets or sets whether this Document is currently selected. |
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. |
MaximizedControl | Gets or sets the control displayed within this Document in its maximized state. |
Parent | Gets a StackGroup that owns this Document. |
Properties | Provides access to this Document‘s properties. |
RowIndex | Gets or sets an integer value that is the index of a row within a table layout WidgetView, in which this Document is nested. |
RowSpan | Gets or sets the total number of columns that the current Document occupies. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
SuperTip | Gets or sets a super tool-tip for this Document. |
Tag | Gets or sets an object that contains data on the current BaseDocument object. Inherited from BaseDocument. |
ToolTip | Gets or sets the simple hint for this Document. |
TooltipIconType | Gets or sets one of nine standard icons to be displayed within this Document‘s tool-tip. |
TooltipTitle | Gets or sets the title string displayed by this Document‘s hint. |
Width | Gets or sets this Document‘s width. |
See Also