Title Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridItemPropertyBase Class : Title Property

Gets or sets the property's title.

Syntax

Visual Basic (Declaration) 
Public Property Title As String
C# 
public string Title {get; set;}

Return Value

A string representing the property's title, which is used, by default, by the corresponding column's Title property.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also