Class Filter
A class that identifies IField items that are used for filtering and has been added to ReportFilters.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.PivotFieldList
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public sealed class Filter : IField
Constructors
Filter()
Properties
Description
Gets the underlying FilterDescription.
Declaration
public FilterDescription Description { get; }
Property Value
FilterDescription
|
FieldInfo
Gets the field info associated with this instance.
Declaration
public IPivotFieldInfo FieldInfo { get; }
Property Value
IPivotFieldInfo
The field info. |
Implements
ParentList
Gets the FieldCollection this IField belongs to.
Declaration
public FieldCollection ParentList { get; }
Property Value
FieldCollection
|
Implements
Explicit Interface Implementations
IField.DisplayName
Gets the display friendly name for this IField.
Declaration
string IField.DisplayName { get; }
Returns
System.String
|