Skip to main content
Tab

VerticalGridPopupControlStyles.Common Property

Gets the style settings defining the common appearance of popup elements within a grid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridPopupControlStyle Common { get; }

Property Value

Type Description
VerticalGridPopupControlStyle

A VerticalGridPopupControlStyle object that contains the style settings.

Remarks

Use the Common property to specify the common style settings for the filter control and header filter. This property can be overridden by the popup element specific style properties.

See Also