Class LayoutColumnContract
Represents a layout column
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class LayoutColumnContract : Object
Name | Description |
---|---|
LayoutColumnContract() |
Fields
Name | Description |
---|---|
ColumnSpan | Specifies how many columns are to be spanned (1-12) |
LayoutElement | Contains a layout element, only 1 element of 'LayoutElement' or 'LayoutExpander' or 'LayoutTabStrip' can be occupied at a time |
LayoutExpander | Contains a expander element, only 1 element of 'LayoutElement' or 'LayoutExpander' or 'LayoutTabStrip' can be occupied at a time |
LayoutTabStrip | Contains a tab strip element, only 1 element of 'LayoutElement' or 'LayoutExpander' or 'LayoutTabStrip' can be occupied at a time |