Class PivotRowElement
Represents a visual row element in RadPivotGrid.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotRowElement : RadElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, IVirtualizedElement<PivotGroupNode>
Constructors
PivotRowElement(RadPivotGridElement)
Initializes a new instance of the Pivot
Declaration
public PivotRowElement(RadPivotGridElement owner)
Parameters
Rad The owner. |
Properties
CellsContainer
Gets the cells container.
Declaration
public PivotVirtualizedStackContainer CellsContainer { get; }
Property Value
Pivot The cells container. |
Data
Gets the associated data.
Declaration
public PivotGroupNode Data { get; }
Property Value
Pivot The data. |
Implements
Owner
Gets the owner.
Declaration
public RadPivotGridElement Owner { get; }
Property Value
Rad The owner. |
Methods
Attach(PivotGroupNode, Object)
Attaches the specified data.
Declaration
public virtual void Attach(PivotGroupNode data, object context)
Parameters
Pivot The data. |
System. The context. |
Implements
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
Detach()
Detaches this instance.
Declaration
public virtual void Detach()
Implements
IsCompatible(PivotGroupNode, Object)
Determines whether element is compatible with the specified data.
Declaration
public bool IsCompatible(PivotGroupNode data, object context)
Parameters
Pivot The data. |
System. The context. |
Returns
System.
|
Implements
Synchronize()
Synchronizes this instance.
Declaration
public void Synchronize()
Implements
SynchronizeProperties()
Synchronizes the properties.
Declaration
protected virtual void SynchronizeProperties()