Back to Devexpress

ASPxCardView.Styles Property

aspnet-devexpress-dot-web-dot-aspxcardview-d4012fc6.md

latest1.5 KB
Original Source

ASPxCardView.Styles Property

Provides access to the style settings that control the appearance of the CardView elements.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewStyles Styles { get; }
vb
Public ReadOnly Property Styles As CardViewStyles

Property Value

TypeDescription
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

aspx
<dx:ASPxCardView ID="CardView" runat="server" DataSourceID="InvoicesDataSource" Width="100%">
    <Columns>
    ...
    </Columns> 
    <Styles>
        <Card Height="10px" />
    </Styles>  
</dx:ASPxCardView>

See Also

Card View

ASPxCardView Class

ASPxCardView Members

DevExpress.Web Namespace