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

CardViewStyles.FlowCard Property

Gets the style settings used to paint cards when ASPxCardView in flow layout mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public CardViewCardStyle FlowCard { get; }

Property Value

Type Description
CardViewCardStyle

A CardViewCardStyle object that contains style settings used to paint cards.

Remarks

For information on styles, see Appearance Customization.

See Also