ValidationArgs.ErrorMessage Property
Gets or sets text that contains an error message representing the result of control settings validation.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v26.1.Core.Desktop.dll
Declaration
Property Value
| Type | Description |
|---|---|
| String | A String value that contains an error message. |
Remarks
Use this property to get an error message that should be shown to the user after a settings validation.
See Also