Class PivotFilterDescriptorElement
Inheritance
System.Object
PivotFilterDescriptorElement
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 PivotFilterDescriptorElement : PivotFieldDescriptorElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
PivotFilterDescriptorElement(RadPivotGridElement, FilterDescription)
Declaration
public PivotFilterDescriptorElement(RadPivotGridElement pivotGridElement, FilterDescription filterDescriptor)
Parameters
RadPivotGridElement
pivotGridElement
|
FilterDescription
filterDescriptor
|
Fields
IsFilterAppliedProperty
IsFilterMenuShownProperty
Properties
FieldDescription
Declaration
public override DescriptionBase FieldDescription { get; }
Property Value
DescriptionBase
|
Overrides
FieldName
Declaration
public override string FieldName { get; }
Property Value
System.String
|
Overrides
FilterButton
Declaration
public PivotFilterFunctionButton FilterButton { get; }
Property Value
PivotFilterFunctionButton
|
FilterDescriptor
FilterPopup
Declaration
public PivotReportFilterPopup FilterPopup { get; }
Property Value
PivotReportFilterPopup
|
IsFilterMenuShown
Declaration
public bool IsFilterMenuShown { get; }
Property Value
System.Boolean
|
SelectMultipleItems
Declaration
public bool SelectMultipleItems { get; set; }
Property Value
System.Boolean
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
IsFilterApplied()
Declaration
protected virtual bool IsFilterApplied()
Returns
System.Boolean
|
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnFilterButtonPressed()
Declaration
protected virtual void OnFilterButtonPressed()