Skip to main content

IBaseDocumentProperties.UseFormIconAsDocumentImage Property

Gets or sets whether underlying forms’ icons are applied to the current View’s documents.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v22.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool UseFormIconAsDocumentImage { get; set; }

Property Value

Type Description
Boolean

true if underlying forms’ icons are applied to the current View’s documents; otherwise, false.

Remarks

See IBaseDocumentDefaultProperties.UseFormIconAsDocumentImage to learn more.

See Also