Back to Devexpress

PropertyEditor.ErrorIcon Property

expressappframework-devexpress-dot-expressapp-dot-editors-dot-propertyeditor-047fb79c.md

latest1.4 KB
Original Source

PropertyEditor.ErrorIcon Property

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

Namespace : DevExpress.ExpressApp.Editors

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public virtual ImageInfo ErrorIcon { get; set; }
vb
Public Overridable 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.

|

See Also

PropertyEditor Class

PropertyEditor Members

DevExpress.ExpressApp.Editors Namespace