Skip to main content
Tab

PopupWindow.ShowCollapseButton Property

Gets or sets a value that specifies whether a window’s collapse button is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowCollapseButton { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

true if the button is displayed; otherwise, false.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

If the ShowCollapseButton property is set to default, the collapse button visibility is determined by the ASPxPopupControlBase.ShowCollapseButton property.

See Also