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 MethodSetActivationBorderBottomWidthSets the ActivationBorderBottomWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetActivationBorderLeftWidthSets the ActivationBorderLeftWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetActivationBorderRightWidthSets the ActivationBorderRightWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetActivationBorderTopWidthSets the ActivationBorderTopWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetBorderBottomWidthSets the BorderBottomWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetBorderLeftWidthSets the BorderLeftWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetBorderRightWidthSets the BorderRightWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetBorderTopWidthSets the BorderTopWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetFontSizeSets the FontSize property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetMinWidthSets the MinWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.Column)
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)
Public MethodSetPaddingBottomSets the PaddingBottom property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.Column)
Public MethodSetPaddingLeftSets the PaddingLeft property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.Column)
Public MethodSetPaddingRightSets the PaddingRight property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.Column)
Public MethodSetPaddingTopSets the PaddingTop property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.Column)
Protected Methods
 NameDescription
Protected MethodOnCellStyleKeyRequestedUsed to invoke the CellStyleKeyRequested event. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Protected MethodOnCellUpdatingUsed to invoke the CellUpdating event.  
Protected MethodOnDataBindingUsed to invoke the DataBinding event. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Protected MethodOnDataBoundUsed to invoke the 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