Version

ColumnResizingSeparator Class Methods

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

Public Methods
 NameDescription
Public MethodGetNamedValueGets the value for a named value from this definition. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
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 MethodRemoveNamedValueRemoves the named value from this definition by name. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetActivationBorderBottomWidthSets the DefinitionBase.ActivationBorderBottomWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetActivationBorderLeftWidthSets the DefinitionBase.ActivationBorderLeftWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetActivationBorderRightWidthSets the DefinitionBase.ActivationBorderRightWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetActivationBorderTopWidthSets the DefinitionBase.ActivationBorderTopWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetBorderBottomWidthSets the DefinitionBase.BorderBottomWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetBorderLeftWidthSets the DefinitionBase.BorderLeftWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetBorderRightWidthSets the DefinitionBase.BorderRightWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetBorderTopWidthSets the DefinitionBase.BorderTopWidth property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetFontSizeSets the DefinitionBase.FontSize property to a value of the specified units. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetNamedValueSets a named value for the cells associated with this definition. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
Public MethodSetSeparatorWidthSets the SeparatorWidth property to a value of the specified units.  
Protected Methods
 NameDescription
Protected MethodOnCellStyleKeyRequestedUsed to invoke the DefinitionBase.CellStyleKeyRequested event. (Inherited from Infragistics.Controls.Grids.DefinitionBase)
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