Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Column Class / FieldName Property


In This Topic
    FieldName Property (Column)
    In This Topic
    Gets the field name of the column.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The field name of the column.")>
    <CategoryAttribute("Data")>
    Public ReadOnly Property FieldName As String
    'Usage
     
    Dim instance As Column
    Dim value As String
     
    value = instance.FieldName
    [Description("The field name of the column.")]
    [Category("Data")]
    public string FieldName {get;}

    Property Value

    A string value representing the name of the column.
    Remarks

    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