Back to Devexpress

DXPropertyEditor.ErrorIcon Property

expressappframework-devexpress-dot-expressapp-dot-win-dot-editors-dot-dxpropertyeditor-89e002f1.md

latest1.6 KB
Original Source

DXPropertyEditor.ErrorIcon Property

Specifies the error icon displayed within the DXPropertyEditor when an error is associated with the editor.

Namespace : DevExpress.ExpressApp.Win.Editors

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

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

Declaration

csharp
public override ImageInfo ErrorIcon { get; set; }
vb
Public Overrides Property ErrorIcon As ImageInfo

Property Value

TypeDescription
ImageInfo

An ImageInfo object that supplies metadata information on the error icon displayed within the editor when an error is associated with the editor.

|

Remarks

The icon’s size must be 12x12 pixels.

See Also

DXPropertyEditor Class

DXPropertyEditor Members

DevExpress.ExpressApp.Win.Editors Namespace