Version 24.2 (latest)

SparklineColumn Class Methods

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

Public Methods
 NameDescription
Public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Protected Methods
 NameDescription
Protected Internal MethodFillAvailableFilters (Inherited from Infragistics.Controls.Grids.Column)
Protected Internal MethodFillAvailableSummaries (Inherited from Infragistics.Controls.Grids.Column)
Protected Internal MethodFillFilterMenuOptions (Inherited from Infragistics.Controls.Grids.Column)
Protected MethodFinishedLoadingPersistence (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected Internal MethodGenerateCell (Inherited from Infragistics.Controls.Grids.Column)
Protected Internal MethodGenerateContentProviderOverridden. Generates a new SparklineColumnContentProvider that will be used to generate content for Infragistics.Controls.Grids.Cell objects for this Infragistics.Controls.Grids.Column.  
Protected MethodGenerateDataCell (Inherited from Infragistics.Controls.Grids.Column)
Protected Internal MethodGenerateFilterSelectionControl (Inherited from Infragistics.Controls.Grids.Column)
Protected MethodGenerateFooterCell (Inherited from Infragistics.Controls.Grids.Column)
Protected MethodGenerateHeaderCell (Inherited from Infragistics.Controls.Grids.Column)
Protected Internal MethodInvalidateVisibility (Inherited from Infragistics.Controls.Grids.Column)
Protected MethodOnColumnLayoutChanged (Inherited from Infragistics.Controls.Grids.Column)
Protected MethodOnDataTypeChanged (Inherited from Infragistics.Controls.Grids.Column)
Protected MethodOnPropertyChangedOverloaded. Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from Infragistics.DependencyObjectNotifier)
Protected Internal MethodOnShowAvailableColumnFilterOperands (Inherited from Infragistics.Controls.Grids.Column)
Protected Internal MethodOnStyleChanged (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected MethodOnVisibilityChanged (Inherited from Infragistics.Controls.Grids.Column)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.DependencyObjectNotifier)
Protected Internal MethodResolveChildColumns (Inherited from Infragistics.Controls.Grids.Column)
Protected Internal MethodResolveValueOverloaded.  (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected Internal MethodSetSelected (Inherited from Infragistics.Controls.Grids.Column)
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
Protected MethodValidateGroupByComparer (Inherited from Infragistics.Controls.Grids.Column)
Protected MethodValidateSortComparer (Inherited from Infragistics.Controls.Grids.Column)
See Also