alexa

    Show / Hide Table of Contents

    Class SerializableGroupColumnDescription

    Represents a class that is used to serialize and deserialize GroupColumnDescription property settings.

    Inheritance
    System.Object
    SerializableGroupColumnDescription
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.DataGrid.Serialization
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class SerializableGroupColumnDescription

    Constructors

    SerializableGroupColumnDescription()

    Declaration
    public SerializableGroupColumnDescription()

    Properties

    ColumnName

    Gets or sets the name of the column.

    Declaration
    public string ColumnName { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX