Skip to main content
Tab

CardViewStyles.Table Property

Gets the style settings used to paint the table that represents the ASPxCardView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.1.dll

Declaration

public CardViewStyleBase Table { get; }

Property Value

Type Description
CardViewStyleBase

A CardViewStyleBase object that contains style settings used to paint the table.

See Also