Back to Devexpress

CalendarControlBase.CanClosePopup Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-11833d6f.md

latest1.7 KB
Original Source

CalendarControlBase.CanClosePopup Property

Returns whether or not this CalendarControlBase object’s popup can be closed at the moment.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool CanClosePopup { get; protected set; }
vb
<Browsable(False)>
Public Overridable Property CanClosePopup As Boolean

Property Value

TypeDescription
Boolean

true if the popup can be closed; otherwise, false.

|

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

CalendarDateEditing

CalendarTimeEditing

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace