Class GridColumn
Class for the item type Grid Column
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 GridColumn : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<Grid>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceGridColumn()
Declaration
protected GridColumn()
GridColumn(ElementFactory, Object[])
Declaration
public GridColumn(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceAlign()
Retrieve the align
property of the item
Declaration
public IProperty_Text Align()
Returns
Type | Description |
---|---|
IProperty_Text |
Behavior()
Retrieve the behavior
property of the item
Declaration
public IProperty_Text Behavior()
Returns
Type | Description |
---|---|
IProperty_Text |
Datatype()
Retrieve the datatype
property of the item
Declaration
public IProperty_Text Datatype()
Returns
Type | Description |
---|---|
IProperty_Text |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
PropertyProp()
Retrieve the property
property of the item
Declaration
public IProperty_Text PropertyProp()
Returns
Type | Description |
---|---|
IProperty_Text |
SelectMethod()
Retrieve the select_method
property of the item
Declaration
public IProperty_Item<Method> SelectMethod()
Returns
Type | Description |
---|---|
IProperty_Item<Method> |
SelectQuery()
Retrieve the select_query
property of the item
Declaration
public IProperty_Text SelectQuery()
Returns
Type | Description |
---|---|
IProperty_Text |
Sort()
Retrieve the sort
property of the item
Declaration
public IProperty_Number Sort()
Returns
Type | Description |
---|---|
IProperty_Number |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |
SourceForm()
Retrieve the source_form
property of the item
Declaration
public IProperty_Item<Form> SourceForm()
Returns
Type | Description |
---|---|
IProperty_Item<Form> |
StartsNestedRow()
Retrieve the starts_nested_row
property of the item
Declaration
public IProperty_Boolean StartsNestedRow()
Returns
Type | Description |
---|---|
IProperty_Boolean |
Visible()
Retrieve the visible
property of the item
Declaration
public IProperty_Boolean Visible()
Returns
Type | Description |
---|---|
IProperty_Boolean |
Width()
Retrieve the width
property of the item
Declaration
public IProperty_Number Width()
Returns
Type | Description |
---|---|
IProperty_Number |
Xpath()
Retrieve the xpath
property of the item
Declaration
public IProperty_Text Xpath()
Returns
Type | Description |
---|---|
IProperty_Text |