A newer version of this page is available.
Switch to the current version.
GridViewFilterBuilderPopupStyle.MainArea Property
Gets the style settings defining a filter builder's main area appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public GridViewPopupMainAreaStyle MainArea { get; }
Public ReadOnly Property MainArea As GridViewPopupMainAreaStyle
Property Value
Type | Description |
---|---|
GridViewPopupMainAreaStyle | An GridViewPopupMainAreaStyle object that contains the style settings. |
Remarks
The main area is an area of filter builder popup window maintaining the window content. Use the MainArea property to access and customize the area style settings.
See Also
Feedback