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()
Namespace: Mediachase.BusinessFoundation.XmlObjectModel
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public class Column

Constructors

Column()

Declaration
public Column()

Properties

align

Declaration
public string align { get; set; }
Property Value
Type Description
System.String

allElements

Declaration
public XmlAttribute[] allElements { get; set; }
Property Value
Type Description
System.Xml.XmlAttribute[]

allowEditing

Declaration
public bool allowEditing { get; set; }
Property Value
Type Description
System.Boolean

allowEditingSpecified

Declaration
public bool allowEditingSpecified { get; set; }
Property Value
Type Description
System.Boolean

allowSorting

Declaration
public bool allowSorting { get; set; }
Property Value
Type Description
System.Boolean

allowSortingSpecified

Declaration
public bool allowSortingSpecified { get; set; }
Property Value
Type Description
System.Boolean

columnIndex

Declaration
public string columnIndex { get; set; }
Property Value
Type Description
System.String

columnType

Declaration
public string columnType { get; set; }
Property Value
Type Description
System.String

commandParameters

Declaration
public string commandParameters { get; set; }
Property Value
Type Description
System.String

currencyCodeField

Declaration
public string currencyCodeField { get; set; }
Property Value
Type Description
System.String

dataCellClientTemplateId

Declaration
public string dataCellClientTemplateId { get; set; }
Property Value
Type Description
System.String

dataCellServerTemplateId

Declaration
public string dataCellServerTemplateId { get; set; }
Property Value
Type Description
System.String

dataField

Declaration
public string dataField { get; set; }
Property Value
Type Description
System.String

dataNavigateUrlFields

Declaration
public string dataNavigateUrlFields { get; set; }
Property Value
Type Description
System.String

dataNavigateUrlFormatString

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

editControlType

Declaration
public string editControlType { get; set; }
Property Value
Type Description
System.String

foreignDataKeyField

Declaration
public string foreignDataKeyField { get; set; }
Property Value
Type Description
System.String

foreignDisplayField

Declaration
public string foreignDisplayField { get; set; }
Property Value
Type Description
System.String

foreignTable

Declaration
public string foreignTable { get; set; }
Property Value
Type Description
System.String

formatString

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

id

Declaration
public string id { get; set; }
Property Value
Type Description
System.String

isDefault

Declaration
public bool isDefault { get; set; }
Property Value
Type Description
System.Boolean

isDefaultSpecified

Declaration
public bool isDefaultSpecified { get; set; }
Property Value
Type Description
System.Boolean

isSearchable

Declaration
public bool isSearchable { get; set; }
Property Value
Type Description
System.Boolean

isSearchableSpecified

Declaration
public bool isSearchableSpecified { get; set; }
Property Value
Type Description
System.Boolean

Items

Declaration
public object[] Items { get; set; }
Property Value
Type Description
System.Object[]

permissions

Declaration
public string permissions { get; set; }
Property Value
Type Description
System.String

resizable

Declaration
public bool resizable { get; set; }
Property Value
Type Description
System.Boolean

sortExpression

Declaration
public string sortExpression { get; set; }
Property Value
Type Description
System.String

templateUrl

Declaration
public string templateUrl { get; set; }
Property Value
Type Description
System.String

type

Declaration
public string type { get; set; }
Property Value
Type Description
System.String

visible

Declaration
public bool visible { get; set; }
Property Value
Type Description
System.Boolean

width

Declaration
public string width { get; set; }
Property Value
Type Description
System.String