Class Column
Inheritance
System.Object
Column
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Constructors
Declaration
Properties
Declaration
public string align { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public XmlAttribute[] allElements { get; set; }
Property Value
Type |
Description |
System.Xml.XmlAttribute[] |
|
Declaration
public bool allowEditing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool allowEditingSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool allowSorting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool allowSortingSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string columnIndex { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string columnType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string commandParameters { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string currencyCodeField { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string dataCellClientTemplateId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string dataCellServerTemplateId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string dataField { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string dataNavigateUrlFields { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string dataNavigateUrlFormatString { get; set; }
Property Value
Type |
Description |
System.String |
|
dataTextFields
Declaration
public string dataTextFields { get; set; }
Property Value
Type |
Description |
System.String |
|
dataTextFormatString
Declaration
public string dataTextFormatString { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string editControlType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string foreignDataKeyField { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string foreignDisplayField { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string foreignTable { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string formatString { get; set; }
Property Value
Type |
Description |
System.String |
|
headingText
Declaration
public string headingText { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool isDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool isDefaultSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool isSearchable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool isSearchableSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public object[] Items { get; set; }
Property Value
Type |
Description |
System.Object[] |
|
Declaration
public string permissions { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool resizable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string sortExpression { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string templateUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string type { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string width { get; set; }
Property Value
Type |
Description |
System.String |
|