Skip to main content
A newer version of this page is available. .
Tab

GridFilterControlPopupSettings.ShowMaximizeButton Property

Gets or sets a value that specifies whether or not to display the filter control‘s maximize button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowMaximizeButton
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.FilterControl.ShowMaximizeButton
BootstrapGridViewPopupControlSettings
.FilterControl.ShowMaximizeButton
ASP.NET Web Forms Controls ASPxCardViewPopupControlSettings
.FilterControl.ShowMaximizeButton
ASPxGridViewPopupControlSettings
.FilterControl.ShowMaximizeButton
TreeListPopupControlSettings
.FilterControl.ShowMaximizeButton
ASPxVerticalGridPopupControlSettings
.FilterControl.ShowMaximizeButton
MVCxGridViewPopupControlSettings
.FilterControl.ShowMaximizeButton
MVCxTreeListPopupControlSettings
.FilterControl.ShowMaximizeButton
See Also