Skip to main content
A newer version of this page is available. .

XtraForm.IconOptions Property

Provides access to image settings that allow you to assign raster and vector images to XtraForms (instead of traditional .ico images).

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Appearance")]
public FormIconOptions IconOptions { get; }

Property Value

Type Description
DevExpress.XtraEditors.FormIconOptions

Provides access to form icon-related settings.

Remarks

Image, ImageURI, and SvgImage properties have a higher priority than the standard Icon property.

The SvgImageSize property is ignored.

See Also