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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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