PopupControlContainer.ShowCloseButton Property
Gets or sets whether the container displays the Close button at the bottom.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[DXCategory("Appearance")]
[DefaultValue(false)]
public virtual bool ShowCloseButton { get; set; }
<DXCategory("Appearance")>
<DefaultValue(False)>
Public Overridable Property ShowCloseButton As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true if the container displays the Close button at the bottom; otherwise, false. |
See Also
Feedback