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

Gets or sets the name of a property in a DataGridCollectionView.

Syntax

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

Return Value

A string representing the name of a property in a DataGridCollectionView.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also