Search Results for

    Show / Hide Table of Contents

    Class UITabGridConfiguration

    Inheritance
    System.Object
    UITabGridConfiguration
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class UITabGridConfiguration : object

    Constructors

    | Improve this Doc View Source

    UITabGridConfiguration()

    Declaration
    public UITabGridConfiguration()

    Properties

    | Improve this Doc View Source

    Columns

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

    Rows

    Declaration
    public IList<string> Rows { get; set; }
    Property Value
    Type Description
    IList<System.String>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx