Document Members
In This Article
#Constructors
Name | Description |
---|---|
Document() | Initializes a new instance of the Document class with the default settings. |
Document |
Initializes a new instance of the Document class with custom settings. |
Document |
Initializes a new instance of the Document class with the specified container. |
#Properties
Name | Description |
---|---|
Accessible |
Gets or sets the object’s description used by accessibility client applications.
Inherited from Base |
Accessible |
Gets or sets the object’s name used by accessibility client applications.
Inherited from Base |
Accessible |
Gets or sets the object’s accessible role.
Inherited from Base |
Action |
Gets or sets the caption for the navigation action related to the current Document. |
Action |
Gets or sets the icon for the navigation action related to the current Document. This property is obsolete. Use the Action |
Action |
Contains settings that allow you to set up raster or vector images for the default navigation button associated with the Document. |
Action |
Gets or sets an image stored within the DevExpress Image Gallery that should be assigned to this Document as its action image. This property is obsolete. Use the Action |
Actual |
Returns the icon displayed by a default navigation action that activates this Document. This default button is shown inside Navigation Bars for the Slide |
Actual |
Returns the currently displayed document image.
Inherited from Base |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Caption |
Gets or sets the document’s caption.
Inherited from Base |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Control |
Gets the control displayed within the current document.
Inherited from Base |
Control |
Gets or sets the name of a control that will be passed to the current Document as content.
Inherited from Base |
Control |
Gets or sets the type of a control passed to the document as content.
Inherited from Base |
Control |
Gets or sets the type of a control that will be passed to the current Document as content.
Inherited from Base |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Document |
Provides access to the current Document‘s custom actions. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Exclude |
Gets or sets whether this Document should be removed from the list of places where the Search Panel looks for the entered text. |
Float |
Gets or sets the current Base |
Float |
Gets or sets the size that the current Base |
Footer |
Gets or sets the current document‘s footer.
Inherited from Base |
Form |
Gets the form that displays the document’s contents when the document is floating.
Inherited from Base |
Header |
Gets or sets the current document‘s header.
Inherited from Base |
Image |
Gets or sets the image associated with the current document. This property is obsolete. Use the Base property instead.
Inherited from Base |
Image |
Gets or sets the index of an image within the DocumentBase property instead.
Inherited from Base |
Image |
Provides access to properties that allow you to set up raster and vector images for this document.
Inherited from Base |
Image |
Gets or sets an image stored within the DevExpress Image Gallery that should be assigned to this BaseBase property instead.
Inherited from Base |
Is |
Gets whether the document is active.
Inherited from Base |
Is |
Gets if the current Base |
Is |
Gets whether the Base |
Is |
Gets if the current document displays a Dock |
Is |
Gets whether the document is enabled.
Inherited from Base |
Is |
Gets whether the document is floating.
Inherited from Base |
Is |
Indicates whether or not the Base |
Is |
Returns whether or not the Base |
Is |
Gets whether the Base |
Is |
Returns whether or not this Base |
Is |
Inherited from Base |
Is |
Gets whether the document is visible.
Inherited from Base |
Manager |
Gets a Document |
Properties |
Provides access to the current document’s properties.
Inherited from Base |
Search |
Gets or sets the collection of string tags for this Document. The Search Panel will check these tags for the desired text. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Tag |
Gets or sets an object that contains data on the current Base |
#Methods
Name | Description |
---|---|
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from Base |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Layout |
Updates the element.
Inherited from Base |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset |
Resets settings of the Base |
Should |
Returns whether settings of the Base |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
Name | Description |
---|---|
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
See Also