FieldName Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Cell Class : FieldName Property

Gets or sets the field name of the parent column.

Syntax

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

Return Value

A string representing the field name of the parent column.

Remarks

Under normal circumstances, the cell's FieldName property would have been readonly; however, in the case where the cell is not contained in a row, the FieldName property must be set to the field name of the desired parent column.

If the cell is contained in a row and has a ParentColumn, then it is not recommended to modify the value of this property.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also