IBaseDocumentDefaultProperties.CanUseFormIconAsDocumentImage Property
Gets whether a corresponding form’s icon is used as the current document’s image.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | A Boolean value that specifies whether a corresponding form’s icon is used as a document’s image. |
Remarks
A document’s IBaseDocumentDefaultProperties.UseFormIconAsDocumentImage option, if set, overrides a View’s IBaseDocumentProperties.UseFormIconAsDocumentImage option. The CanUseFormIconAsDocumentImage property returns the actual setting that is calculated based on the values of these two options.
See Also