Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual bool CanClosePopup { get; protected set; }

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