Class FilterActionCompletedEventArgs
Class for FilterActionCompleted event.
Inheritance
System.Object
System.EventArgs
FilterActionCompletedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
System.Collections.Generic.List<FilterChoice> |
FieldName
Gets or sets the PivotItem field name.
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |