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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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