PopupControlContainer.ShowCloseButton Property
Gets or sets whether the container displays the Close button at the bottom.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.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