Skip to main content
A newer version of this page is available. .

CardView.CardStyle Property

Gets or sets a card’s style.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public Style CardStyle { get; set; }

Property Value

Type Description
Style

A Style object that represents a card’s style.

Remarks

The CardStyle property specifies the style that groups together properties, resources, and event handlers and shares them between instances of the System.Windows.Controls.Border type.

Target Type: System.Windows.Controls.ContentControl

To learn more, see Appearance Customization.

See Also