CardViewStyles.BreakpointsCard Property
In This Article
Gets the style settings used to paint a card when the Card View is in Breakpoints layout mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CardViewCardStyle BreakpointsCard { get; }
#Property Value
Type | Description |
---|---|
Card |
A Card |
#Remarks
The BreakpointsCard property is in effect if the ASPxCardViewSettings.LayoutMode property is set to Layout.Breakpoints
See Also