Gets or sets the
case-sensitive field name that uniquely identifies the column in a grid's
column collection.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property FieldName As String |
| C# | |
|---|
public string FieldName {get; set;} |
Return Value
A string representing the field name that uniquely identifies the column in a grid's column collection. By default, a null reference (
Nothing in Visual Basic).
Exceptions
| Exception | Description |
| InvalidOperationException | Thrown when a column's FieldName property is set after the column has been added to a grid's column collection.l |
Remarks
Requirements
Supported Frameworks: Microsoft .NET Framework version 3.5
See Also