Back to Devexpress

CalendarControlBase.IsDrawing Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-88b2350c.md

latest1.3 KB
Original Source

CalendarControlBase.IsDrawing Property

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

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsDrawing { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property IsDrawing As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace