CalendarControlBase.IsDrawing Property
Get or sets whether the control is being drawn. For internal use.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.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