Class PivotFilterDescriptorContainer
Inheritance
System.Object
PivotFilterDescriptorContainer
Inherited Members
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: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotFilterDescriptorContainer : PivotDescriptorContainer, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
PivotFilterDescriptorContainer(RadPivotGridElement)
Declaration
public PivotFilterDescriptorContainer(RadPivotGridElement owner)
Parameters
RadPivotGridElement
owner
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateDescriptorElements()
Declaration
public virtual void CreateDescriptorElements()
CreateFilterDescriptorElement(FilterDescription)
Declaration
protected virtual PivotFilterDescriptorElement CreateFilterDescriptorElement(FilterDescription filter)
Parameters
FilterDescription
filter
|
Returns
PivotFilterDescriptorElement
|