Back to Devexpress

CardViewStyles.BreakpointsCard Property

aspnet-devexpress-dot-web-dot-cardviewstyles-e917053e.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewCardStyle BreakpointsCard { get; }
vb
Public ReadOnly Property BreakpointsCard As CardViewCardStyle

Property Value

TypeDescription
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

CardViewStyles Class

CardViewStyles Members

DevExpress.Web Namespace