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 PivotRowElement class.
Declaration
public PivotRowElement(RadPivotGridElement owner)
Parameters
RadPivotGridElement
owner
The owner. |
Properties
CellsContainer
Gets the cells container.
Declaration
public PivotVirtualizedStackContainer CellsContainer { get; }
Property Value
PivotVirtualizedStackContainer
The cells container. |
Data
Gets the associated data.
Declaration
public PivotGroupNode Data { get; }
Property Value
PivotGroupNode
The data. |
Implements
Owner
Gets the owner.
Declaration
public RadPivotGridElement Owner { get; }
Property Value
RadPivotGridElement
The owner. |
Methods
Attach(PivotGroupNode, Object)
Attaches the specified data.
Declaration
public virtual void Attach(PivotGroupNode data, object context)
Parameters
PivotGroupNode
data
The data. |
System.Object
context
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
PivotGroupNode
data
The data. |
System.Object
context
The context. |
Returns
System.Boolean
|
Implements
Synchronize()
Synchronizes this instance.
Declaration
public void Synchronize()
Implements
SynchronizeProperties()
Synchronizes the properties.
Declaration
protected virtual void SynchronizeProperties()