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

CalendarControlBase.IsDrawing Property

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
public bool IsDrawing { get; set; }

Property Value

Type Description
Boolean

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

See Also