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 SourceUITabGridConfiguration()
Declaration
public UITabGridConfiguration()
Properties
| Improve this Doc View SourceColumns
Declaration
public IList<string> Columns { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<System.String> |
Rows
Declaration
public IList<string> Rows { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<System.String> |