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

CardViewStyles.BreakpointsCard Property

Gets the style settings used to paint a card when the Card View is in Breakpoints layout mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public CardViewCardStyle BreakpointsCard { get; }

Property Value

Type Description
CardViewCardStyle

A CardViewCardStyle object that provides style settings.

Remarks

The BreakpointsCard property is in effect if the ASPxCardViewSettings.LayoutMode property is set to Layout.Breakpoints

See Also