Skip to main content

QueryIconEventArgs.IconSmall Property

Specifies the default small icon to be used by a Window‘s Template.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

public Icon IconSmall { get; set; }

Property Value

Type Description
Icon

A Icon object that is the default small icon to be used by a Window’s Template.

See Also