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

Gets or sets the DataTemplate used to display the card titles.

Syntax

Visual Basic (Declaration) 
Public Property CardTitleTemplate As DataTemplate
C# 
public DataTemplate CardTitleTemplate {get; set;}

Return Value

A reference to the DataTemplate used to display the card titles. By default, a DataTemplate which displays the Title of the main (primary) column.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also