Xceed Grid for WinForms v4.3 Documentation
FieldName Property (Cell)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > Cell Class : FieldName Property
Gets the field name of the cell's parent column.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property FieldName As String
'Usage
 
Dim instance As Cell
Dim value As String
 
value = instance.FieldName
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public string FieldName {get;}

Property Value

A string representing the field name of the cell's parent column.
Remarks

The value of the FieldName property always matches the value of its parent column Column.FieldName property: If the data is retrieved from a dataset, this property corresponds to the field name. If the column is unbound, it represents the user-provided name.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Cell Class
Cell Members