SparkBindingSource
Class
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SparkBindingSource : BindingSource, IComponent, IDisposable, IBindingListView, IBindingList, IList, ICollection, IEnumerable, ITypedList, ICancelAddNew, ISupportInitializeNotification, ISupportInitialize, ICurrencyManagerProvider
Inheritance: objectMarshalByRefObjectComponentBindingSourceSparkBindingSource
Implements:
Inherited Members
Constructors
Initializes a new instance of the SparkBindingSource class.
C#
public SparkBindingSource(SparkDataPointCollection points)
The points.
Properties
Gets or sets the display member.
C#
[Browsable(true)]
public string DisplayMember { get; set; }
The display member.
Methods
Raises the ListChanged event.
C#
protected override void OnListChanged(ListChangedEventArgs e)
An EventArgs that contains the event data.
Overrides:
Resets the points.
C#
public void ResetPoints()
Updates the display index.
C#
public void UpdateDisplayIndex()