Class Filter
A class that identifies IField items that are used for filtering and has been added to ReportFilters.
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class Filter : DescriptionWrapper, IField, INotifyPropertyChanged
Properties
Children
Gets or sets the children collection of this instance.
Declaration
public IList<ChildFilter> Children { get; }
Property Value
System.Collections.Generic.IList<ChildFilter>
The children. |