WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridNumericColumn Class / GroupMemberPath Property
In This Topic
    GroupMemberPath Property (GridNumericColumn)
    In This Topic
    Gets or sets the path used to group this column.
    Syntax
    public string GroupMemberPath {get; set;}
    Remarks
    If no GroupMemberPath is specified, the Binding property will be used.
    See Also