WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataGroupColumn - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataGroupColumn

    Provides the data for specifying group columns.

    Inheritance
    System.Object
    GridDataGroupColumn
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataGroupColumn : DependencyObject

    Constructors

    GridDataGroupColumn()

    Initializes a new instance of the GridDataGroupColumn class.

    Declaration
    public GridDataGroupColumn()

    Fields

    ColumnNameProperty

    DependencyProperty for ColumnName.

    Declaration
    public static readonly DependencyProperty ColumnNameProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ConverterProperty

    DependencyProperty for Converter property.

    Declaration
    public static readonly DependencyProperty ConverterProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    ColumnName

    Gets or sets the name of the column.

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

    The name of the column.

    Converter

    Gets or sets the converter.

    Declaration
    public IValueConverter Converter { get; set; }
    Property Value
    Type Description
    System.Windows.Data.IValueConverter

    The converter.

    Methods

    InitializeFrom(GridDataGroupColumn)

    Initializes from another instance of GridDataGroupColumn.

    Declaration
    public void InitializeFrom(GridDataGroupColumn other)
    Parameters
    Type Name Description
    GridDataGroupColumn other

    The other.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved