Search Results for

    Show / Hide Table of Contents

    Class ColumnProxy

    Contains all column information for serialization

    Inheritance
    System.Object
    ColumnProxy
    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 ColumnProxy

    Properties

    | Improve this Doc View Source

    DisplayOrder

    Order-id of the column (DisplayIndex)

    Declaration
    public int DisplayOrder { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Header

    Header text

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

    IsVisible

    Holds a value if the column is visible or not

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    UniqueName

    Intern name of the column

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

    Width

    With of the column

    Declaration
    public GridViewLength Width { get; set; }
    Property Value
    Type Description
    GridViewLength
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx