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

GridViewCustomizationWindowPopupStyle.MainArea Property

Gets the style settings defining a Customization Window‘s main area appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewPopupMainAreaStyle MainArea { get; }

Property Value

Type Description
GridViewPopupMainAreaStyle

An GridViewPopupMainAreaStyle object that contains the style settings.

Remarks

The main area is an area of customization popup window maintaining the window content. Use the MainArea property to access and customize the area style settings.

See Also