GridViewPopupControlStyles.Common Property
In This Article
Gets the style settings defining the common appearance of popup elements within a grid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewPopupControlStyle Common { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Use the Common property to specify the common style settings for the Customization Window, Popup Edit Form, Filter Builder (Filter Control), and Header Filter. This property can be overridden by the popup element specific style properties.
See Also