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

CustomDrawDayNumberCellEventArgs.Disabled Property

Gets whether the painted cell is disabled.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public bool Disabled { get; }

Property Value

Type Description
Boolean

true if the painted cell is disabled; otherwise, false.

See Also