Skip to main content
.NET 6.0+

QueryIconEventArgs.IconSmall Property

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

Namespace: DevExpress.ExpressApp.Win

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

NuGet Package: DevExpress.ExpressApp.Win

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