Skip to main content
A newer version of this page is available. .
Tab

CardViewPopupControlStyles.Common Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CardViewPopupControlStyle Common { get; }

Property Value

Type Description
CardViewPopupControlStyle

A CardViewPopupControlStyle object that contains the style settings.

Remarks

Use the Common property to specify the common style settings for the customization window, popup edit form, Filter Builder, and header filter. This property can be overridden by the popup element specific style properties.

See Also