Skip to main content

ValidationArgs.Control Property

Gets or sets the control whose settings are validated.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public object Control { get; set; }

Property Value

Type Description
Object

An object representing a control used in the procedure of settings validation.

See Also