Skip to main content
Bar

PopupControlContainer.ShowCloseButton Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
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