Skip to main content
Tab

CardViewCustomizationWindowPopupStyle.MainArea Property

Gets the style settings defining a customization window‘s main area appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public CardViewStyleBase MainArea { get; }

#Property Value

Type Description
CardViewStyleBase

An CardViewStyleBase object that contains the style settings.

#Remarks

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

See Also