Class RefreshType
Represents the values that specify when the data should be refreshed.
Inheritance
System.Object
    RefreshType
  Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public sealed class RefreshType : Enum
  Fields
DataBind
Data is refreshed while binding data.
Declaration
public const RefreshType DataBind
  Field Value
| Type | 
|---|
| RefreshType | 
Drilldown
Data is refreshed while performing drill operations.
Declaration
public const RefreshType Drilldown
  Field Value
| Type | 
|---|
| RefreshType |