Back to Devexpress

CardViewPopupControlStyles.Common Property

aspnet-devexpress-dot-web-dot-cardviewpopupcontrolstyles-a681cf79.md

latest2.0 KB
Original Source

CardViewPopupControlStyles.Common Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewPopupControlStyle Common { get; }
vb
Public ReadOnly Property Common As CardViewPopupControlStyle

Property Value

TypeDescription
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

CustomizationWindow

EditForm

FilterBuilder

HeaderFilter

Card View

CardViewPopupControlStyles Class

CardViewPopupControlStyles Members

DevExpress.Web Namespace