Skip to main content
Tab

GridCustomizationWindowPopupSettings.ShowCollapseButton Property

Gets or sets a value that specifies whether or not to display the customization window‘s collapse button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool ShowCollapseButton { get; set; }

Property Value

Type Default Description
Boolean false

true, to display the collapse button; otherwise, false.

See Also