Class PivotFieldDescriptorElement
Inheritance
System.Object
PivotFieldDescriptorElement
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 abstract class PivotFieldDescriptorElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
PivotFieldDescriptorElement(RadPivotGridElement)
Declaration
public PivotFieldDescriptorElement(RadPivotGridElement pivotGridElement)
Parameters
RadPivotGridElement
pivotGridElement
|
Properties
FieldDescription
Declaration
public abstract DescriptionBase FieldDescription { get; }
Property Value
DescriptionBase
|
FieldName
Declaration
public abstract string FieldName { get; }
Property Value
System.String
|
PivotGridElement
ToolTipText
Declaration
public override string ToolTipText { get; set; }
Property Value
System.String
|
Overrides
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
OnMouseLeave(EventArgs)
Declaration
protected override void OnMouseLeave(EventArgs e)
Parameters
System.EventArgs
e
|