Class FilterActionCompletedEventArgs
Class for FilterActionCompleted event.
Inheritance
System.Object
FilterActionCompletedEventArgs
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class FilterActionCompletedEventArgs : EventArgs
Constructors
FilterActionCompletedEventArgs()
Declaration
public FilterActionCompletedEventArgs()
Properties
Choices
Gets or sets the filter choices.
Declaration
public List<FilterChoice> Choices { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<FilterChoice> |
FieldName
Gets or sets the PivotItem field name.
Declaration
public string FieldName { get; set; }
Property Value
Type |
---|
System.String |