Skip to main content

QueryIconEventArgs.IconLarge Property

Specifies the default large 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 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