Class cmf_TabularViewColumnGroups
Class for the item type cmf_TabularViewColumnGroups
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class cmf_TabularViewColumnGroups : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<cmf_TabularViewHeaderRow>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View Sourcecmf_TabularViewColumnGroups()
Declaration
protected cmf_TabularViewColumnGroups()
cmf_TabularViewColumnGroups(ElementFactory, Object[])
Declaration
public cmf_TabularViewColumnGroups(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceBehavior()
Retrieve the behavior
property of the item
Declaration
public IProperty_Text Behavior()
Returns
Type | Description |
---|---|
IProperty_Text |
EndColumn()
Retrieve the end_column
property of the item
Declaration
public IProperty_Number EndColumn()
Returns
Type | Description |
---|---|
IProperty_Number |
GroupStyle()
Retrieve the group_style
property of the item
Declaration
public IProperty_Item<cmf_Style> GroupStyle()
Returns
Type | Description |
---|---|
IProperty_Item<cmf_Style> |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |
StartColumn()
Retrieve the start_column
property of the item
Declaration
public IProperty_Number StartColumn()
Returns
Type | Description |
---|---|
IProperty_Number |