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

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.v18.2.Core.dll

Declaration

public string ErrorMessage { get; set; }

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