Back to Devexpress

IDocumentDefaultProperties Members

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-idocumentdefaultproperties-dot-underscore-members.md

latest9.0 KB
Original Source

IDocumentDefaultProperties Members

Stores the individual properties of Documents.

Properties

NameDescription
ActualThumbnailCaptionFormatGets the thumbnail caption format currently used by this document. Inherited from IBaseDocumentDefaultProperties.
AllowActivateGets or sets whether the current document can be activated. Inherited from IBaseDocumentDefaultProperties.
AllowCloseGets or sets whether the current document can be closed. Inherited from IBaseDocumentDefaultProperties.
AllowCollapseGets or sets whether the current Document can be collapsed.
AllowDockGets or sets whether the current document can be docked. Inherited from IBaseDocumentDefaultProperties.
AllowDraggingGets or sets whether or not this Document can be dragged at runtime.
AllowFloatGets or sets whether the current document can be made floating. Inherited from IBaseDocumentDefaultProperties.
AllowGlyphSkinningGets or sets whether the current document’s icon should be painted with this document’s foreground color. Inherited from IBaseDocumentDefaultProperties.
AllowMaximizeGets or sets whether the current Document can be maximized at runtime.
AllowResizeGets or sets whether this Document can be resized at runtime.
CanActivateGets whether the current document can be activated. Inherited from IBaseDocumentDefaultProperties.
CanCloseGets whether the current document can be closed. Inherited from IBaseDocumentDefaultProperties.
CanCollapseGets whether the current Document can be collapsed.
CanDockGets whether the current document can be docked. Inherited from IBaseDocumentDefaultProperties.
CanDraggingDetermines whether or not end-users are currently allowed to drag this document at runtime.
CanFloatGets whether the current document can be made floating. Inherited from IBaseDocumentDefaultProperties.
CanMaximizeGets whether this Document can currently be maximized at runtime.
CanResizeGets whether an end-user can resize the current Document at runtime.
CanShowBordersGets whether this widget can show its borders.
CanShowCloseButtonReturns whether or not this widget document shows its Close button.
CanShowMaximizeButtonGets whether this Document can currently display its maximize button.
CanShowMinimizeButtonGets whether floating Widgets can show Minimize buttons. See the following property for more details: BaseView.FloatDocumentsAlwaysOnTop.
CanUseFormIconAsDocumentImageGets whether a corresponding form’s icon is used as the current document’s image. Inherited from IBaseDocumentDefaultProperties.
CanUseGlyphSkinningGets whether this Document currently supports the Glyph Skinning feature. Inherited from IBaseDocumentDefaultProperties.
ShowBordersGets or sets whether this widget should display its borders.
ShowCloseButtonGets or sets whether or not this widget should display its Close button.
ShowMaximizeButtonGets or sets whether this Document should display its maximize button.
ShowMinimizeButtonGets whether this Widget can show its Minimize button when it floats. This property overrides the global WidgetView.DocumentProperties.ShowMinimizeButton setting.
UseFormIconAsDocumentImageGets or sets whether a corresponding form’s icon is used as the current document’s image. Inherited from IBaseDocumentDefaultProperties.

Methods

NameDescription
Dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.

See Also

IDocumentDefaultProperties Interface

DevExpress.XtraBars.Docking2010.Views.Widget Namespace