Search Results for

    Show / Hide Table of Contents

    Class GroupDescriptorProxy

    Contains column information for serialization

    Inheritance
    System.Object
    GroupDescriptorProxy
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.UI.GridView.PersistantProvider
    Assembly: Simplic.UI.dll
    Syntax
    public class GroupDescriptorProxy

    Properties

    | Improve this Doc View Source

    ColumnUniqueName

    Column name

    Declaration
    public string ColumnUniqueName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SortDirection

    Grouoping information

    Declaration
    public ListSortDirection? SortDirection { get; set; }
    Property Value
    Type Description
    System.Nullable<System.ComponentModel.ListSortDirection>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx