Class FilterElement
Represents the filter element with applied either label or value filter condition.
Inheritance
System.Object
FilterElement
Namespace: Syncfusion.UI.Xaml.PivotClient
Assembly: Syncfusion.SfPivotClient.UWP.dll
Syntax
public class FilterElement : Object
Constructors
FilterElement()
Initializes a new instance of the FilterElement class.
Declaration
public FilterElement()
Properties
Name
Represents the name of the filter element
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |