Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public abstract class DistinctValuesProvider
Inheritance: objectDistinctValuesProvider
Constructors
C#
protected DistinctValuesProvider()
Properties
DisctinctValues
IEnumerable<object>
C#
public abstract IEnumerable<object> DisctinctValues { get; }
Methods
C#
protected void OnUpdated()
C#
public abstract void Refresh()
Events
C#
public event EventHandler<EventArgs> Updated