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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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