Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IBaseDocumentDefaultProperties Properties

Contains a single document’s properties accessible via the BaseDocument.Properties object.
Name Description
ActualThumbnailCaptionFormat Gets the thumbnail caption format currently used by this document.
AllowActivate Gets or sets whether the current document can be activated.
AllowClose Gets or sets whether the current document can be closed.
AllowDock Gets or sets whether the current document can be docked.
AllowFloat Gets or sets whether the current document can be made floating.
AllowGlyphSkinning Gets or sets whether the current document’s icon should be painted with this document’s foreground color.
CanActivate Gets whether the current document can be activated.
CanClose Gets whether the current document can be closed.
CanDock Gets whether the current document can be docked.
CanFloat Gets whether the current document can be made floating.
CanUseFormIconAsDocumentImage Gets whether a corresponding form’s icon is used as the current document’s image.
CanUseGlyphSkinning Gets whether this Document currently supports the Glyph Skinning feature.
UseFormIconAsDocumentImage Gets or sets whether a corresponding form’s icon is used as the current document’s image.
See Also