TreeListFilterBuilderPopupStyle.MainArea Property
In This Article
Gets the style settings defining a filter builder‘s main area appearance.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewPopupMainAreaStyle MainArea { get; }
#Property Value
Type | Description |
---|---|
Grid |
An Grid |
#Remarks
The main area is an area of a filter builder popup window maintaining the window content. Use the MainArea property to access and customize the area style settings.
See Also