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

CustomizePopupWindowParamsEventArgs.Maximized Property

Gets or sets a value that specifies whether the window is maximized.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public bool Maximized { get; set; }

Property Value

Type Description
Boolean

true, if the window is maximized; otherwise, false.

See Also