Version

TemplateColumn Class Methods

For a list of all members of this type, see TemplateColumn members.

Public Methods
 NameDescription
Public MethodGetNamedHeaderValueGets the value of a named header value for this column by name. (Inherited from Infragistics.Controls.Grids.Column)
Public MethodGetNamedValueGets the value for a named value from this definition. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodGetUniqueKeyGet the unique key used to identify this column. (Inherited from Infragistics.Controls.Grids.Column)
Public MethodHasNamedHeaderValueReturns if there is a named header value with a given name. (Inherited from Infragistics.Controls.Grids.Column)
Public MethodHasNamedHeaderValuesReturns if the column has named header values. (Inherited from Infragistics.Controls.Grids.Column)
Public MethodHasNamedValueReturns if this definition has a named value with a given name. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodHasNamedValuesReturns if this definition has named value. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodRemoveNamedHeaderValueRemoves a named header value with the given name from the named header values for this column. (Inherited from Infragistics.Controls.Grids.Column)
Public MethodRemoveNamedValueRemoves the named value from this definition by name. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetNamedHeaderValueSets a named value that will be applied to the header cells for this column. (Inherited from Infragistics.Controls.Grids.Column)
Public MethodSetNamedValueSets a named value for the cells associated with this definition. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Protected Methods
 NameDescription
Protected MethodOnCellStyleKeyRequestedUsed to invoke the DefinitionBase.CellStyleKeyRequested event. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Protected MethodOnCellUpdatingUsed to invoke the TemplateColumn.CellUpdating event.  
Protected MethodOnDataBindingUsed to invoke the DefinitionBase.DataBinding event. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Protected MethodOnDataBoundUsed to invoke the DefinitionBase.DataBound event. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Protected MethodOnPropertyChangedUsed to raise the PropertyChanged event when a property of the object has been changed. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
See Also