Skip to main content

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.v24.1.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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