Back to Devexpress

Document Properties

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

latest13.6 KB
Original Source

Document Properties

A document within a TabbedView.

NameDescription
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications. Inherited from BaseDocument.
AccessibleNameGets or sets the object’s name used by accessibility client applications. Inherited from BaseDocument.
AccessibleRoleGets or sets the object’s accessible role. Inherited from BaseDocument.
ActualImageReturns the currently displayed document image. Inherited from BaseDocument.
AppearanceProvides access to appearance settings for the current Document.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CaptionGets or sets the document’s caption. Inherited from BaseDocument.
ContainerGets the IContainer that contains the Component. Inherited from Component.
ControlGets the control displayed within the current document. Inherited from BaseDocument.
ControlNameGets or sets the name of a control that will be passed to the current Document as content. Inherited from BaseDocument.
ControlTypeGets or sets the type of a control passed to the document as content. Inherited from BaseDocument.
ControlTypeNameGets or sets the type of a control that will be passed to the current Document as content. Inherited from BaseDocument.
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.
FloatLocationGets or sets the current BaseDocument‘s top left corner coordinates according to which the document will be arranged when made floating. Inherited from BaseDocument.
FloatSizeGets or sets the size that the current BaseDocument will gain when made floating. Inherited from BaseDocument.
FooterGets or sets the current document‘s footer. Inherited from BaseDocument.
FormGets the form that displays the document’s contents when the document is floating. Inherited from BaseDocument.
HeaderGets or sets the current document‘s header. Inherited from BaseDocument.
ImageGets or sets the image associated with the current document. This property is obsolete. Use the BaseDocument.ImageOptions.Image property instead. Inherited from BaseDocument.
ImageIndexGets 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.
ImageOptionsProvides access to properties that allow you to set and customize raster and vector images.
ImageUriGets 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.
IsActiveGets whether the document is active. Inherited from BaseDocument.
IsAnimatedGets if a Document‘s tab icon is currently animated.
IsDeferredControlLoadGets if the current BaseDocument is loaded in the Deferred Load mode. Inherited from BaseDocument.
IsDisposingGets whether the BaseComponent object is currently being disposed of. Inherited from BaseComponent.
IsDockPanelGets if the current document displays a DockPanel. Inherited from BaseDocument.
IsEnabledGets whether the document is enabled. Inherited from BaseDocument.
IsFloatingGets whether the document is floating. Inherited from BaseDocument.
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.
IsMaximizedGets whether the BaseDocument is currently maximized. Inherited from BaseDocument.
IsSelectedGets whether the current document is selected in the group where it is displayed.
IsUpdateLockedReturns whether or not this BaseComponent is currently locked, which prevents any visual updates. Inherited from BaseComponent.
IsUpdateNeededInherited from BaseDocument.
IsVisibleGets whether the document is visible. Inherited from BaseDocument.
ManagerGets a DocumentManager that owns the current document. Inherited from BaseDocument.
ParentGets the group where the current document is displayed.
PinnedGets or sets whether the Document is currently pinned.
PropertiesProvides access to the current document’s properties.
SiteGets or sets the ISite of the Component. Inherited from Component.
SuperTipGets or sets a SuperToolTip for the current control.
TagGets or sets an object that contains data on the current BaseDocument object. Inherited from BaseDocument.
TooltipGets or sets a regular tooltip’s content.
TooltipIconTypeGets or sets the type of the tooltip icon.
TooltipTitleGets or sets a regular tooltip’s title.

See Also

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace