ASPxCardView.Styles Property
Provides access to the style settings that control the appearance of the CardView elements.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
CardViewStyles | A CardViewStyles object that provides style settings for view elements. |
Remarks
The CardViewStyles object provides a number of properties that allow style settings of various CardView elements to be customized.
Example
<dx:ASPxCardView ID="CardView" runat="server" DataSourceID="InvoicesDataSource" Width="100%">
<Columns>
...
</Columns>
<Styles>
<Card Height="10px" />
</Styles>
</dx:ASPxCardView>
See Also