Skip to main content
.NET 6.0+

QueryIconEventArgs.IconLarge Property

Specifies the default large 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 IconLarge { get; set; }

Property Value

Type Description
Icon

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

See Also