Skip to main content
A newer version of this page is available. .
Bar

PopupControlContainer.ShowCloseButton Property

Gets or sets whether the container displays the Close button at the bottom.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(false)]
public virtual bool ShowCloseButton { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the container displays the Close button at the bottom; otherwise, false.

See Also