menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataGroupColumn - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataGroupColumn

    Inheritance
    System.Object
    GridDataGroupColumn
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class GridDataGroupColumn : DependencyObject

    Constructors

    GridDataGroupColumn()

    Declaration
    public GridDataGroupColumn()

    Fields

    ColumnNameProperty

    Declaration
    public static readonly DependencyProperty ColumnNameProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ConverterProperty

    Declaration
    public static readonly DependencyProperty ConverterProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    ColumnName

    Gets or sets the Column Name for grouping

    Declaration
    public string ColumnName { get; set; }
    Property Value
    Type
    System.String

    Converter

    Gets or sets the converter for Custom grouping.

    Declaration
    public IValueConverter Converter { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Data.IValueConverter

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved