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


In This Topic
    FieldName Property (GroupByRow.GroupByCell)
    In This Topic
    Gets the field name of the column represented by this GroupByCell.
    Syntax
    'Declaration
     
    Public ReadOnly Property FieldName As String
    'Usage
     
    Dim instance As GroupByRow.GroupByCell
    Dim value As String
     
    value = instance.FieldName
    public string FieldName {get;}

    Property Value

    A string value representing the name of the column represented by this GroupByCell.
    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