Class SerializableFilter
Represents the class to denote the filter field being serialized.
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.Forms.PivotAnalysis.Serialization
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class SerializableFilter
Constructors
SerializableFilter()
Initializes a new instance of the SerializableFilter class.
Declaration
public SerializableFilter()
Properties
Caption
Gets or sets the name of the filter item that is present in PivotSchemaDesigner. Name and caption may be same or different but the value set in the caption will get displayed in PivotSchemaDesigner's filter area.
Declaration
public string Caption { get; set; }
Property Value
Type |
---|
System.String |
FilteredValues
Gets or sets the list of filtered values.
Declaration
public List<string> FilteredValues { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
FilterItems
Gets or sets the list of filter items.
Declaration
public List<FilterItemElement> FilterItems { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<FilterItemElement> |
Format
Gets or sets the format of the filter item that is present in PivotSchemaDesigner.
Declaration
public string Format { get; set; }
Property Value
Type |
---|
System.String |
Header
Gets or sets the name of the filter item that is present in PivotSchemaDesigner. Name and header may be same or different but the value set in the header will get displayed in PivotSchemaDesigner's filter area.
Declaration
public string Header { get; set; }
Property Value
Type |
---|
System.String |
IsFilterHeaderArea
Gets or sets a value indicating whether the item is located in filter header area.
Declaration
public bool IsFilterHeaderArea { get; set; }
Property Value
Type |
---|
System.Boolean |
Name
Gets or sets the name of the filter item that is present in PivotSchemaDesigner. Name and header may be same or different but the value set in the header will get displayed in PivotSchemaDesigner's filter area.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |