CardWidth Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Views Namespace > CardView Class : CardWidth Property

Gets or sets a value indicating the width of the cards.

Syntax

Visual Basic (Declaration) 
Public Property CardWidth As Double
C# 
public double CardWidth {get; set;}

Return Value

A value indicating the width of the cards. By default, the width of each card will be determined by the width of its largest content. By default, 250d

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also