Class PivotCellElement
Inheritance
System.Object
PivotCellElement
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 PivotCellElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<PivotGroupNode>
Constructors
PivotCellElement(RadPivotGridElement, PivotRowElement)
Declaration
public PivotCellElement(RadPivotGridElement owner, PivotRowElement row)
Parameters
RadPivotGridElement
owner
|
PivotRowElement
row
|
Fields
GrandTotalColumnProperty
GrandTotalRowProperty
IsSelectedProperty
SubTotalColumnProperty
SubTotalRowProperty
Properties
AggregateDescription
Declaration
public IAggregateDescription AggregateDescription { get; }
Property Value
IAggregateDescription
|
Column
Data
FormattedValue
Declaration
public string FormattedValue { get; }
Property Value
System.String
|
IsInGrandTotalColumn
Declaration
public bool IsInGrandTotalColumn { get; }
Property Value
System.Boolean
|
IsInGrandTotalRow
Declaration
public bool IsInGrandTotalRow { get; }
Property Value
System.Boolean
|
IsInSubTotalColumn
Declaration
public bool IsInSubTotalColumn { get; }
Property Value
System.Boolean
|
IsInSubTotalRow
Declaration
public bool IsInSubTotalRow { get; }
Property Value
System.Boolean
|
IsKPI
Declaration
public bool IsKPI { get; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; }
Property Value
System.Boolean
|
Negative
Declaration
public static Image Negative { get; set; }
Property Value
System.Drawing.Image
|
Neutral
Declaration
public static Image Neutral { get; set; }
Property Value
System.Drawing.Image
|
Owner
Positive
Declaration
public static Image Positive { get; set; }
Property Value
System.Drawing.Image
|
Row
RowElement
Value
Declaration
public object Value { get; }
Property Value
System.Object
|
Methods
Attach(PivotGroupNode, Object)
Declaration
public virtual void Attach(PivotGroupNode data, object context)
Parameters
PivotGroupNode
data
|
System.Object
context
|
Implements
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
Detach()
IsCompatible(PivotGroupNode, Object)
Declaration
public bool IsCompatible(PivotGroupNode data, object context)
Parameters
PivotGroupNode
data
|
System.Object
context
|
Returns
System.Boolean
|
Implements
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
Synchronize()
SynchronizeProperties()
Declaration
protected virtual void SynchronizeProperties()