Skip to main content

CalendarControlBase.IsDrawing Property

Get or sets whether the control is being drawn. For internal use.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsDrawing { get; set; }

Property Value

Type Description
Boolean

true if the control is being drawn; otherwise, false.

See Also