FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDateTimeColumn Class / GroupMemberPath Property

In This Topic
    GroupMemberPath Property (GridDateTimeColumn)
    In This Topic
    Gets or sets the path used to group this column.
    Syntax
    'Declaration
     
    Public Property GroupMemberPath As String
    public string GroupMemberPath {get; set;}
    Remarks
    If no GroupMemberPath is specified, the Binding property will be used.
    See Also