Class RadPivotGridElement
Represents the main element in RadPivotGrid
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class RadPivotGridElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IPrintable, IChartDataProvider
Constructors
RadPivotGridElement()
Initializes a new instance of the Rad
Declaration
public RadPivotGridElement()
Fields
ColumnHeaderHeightProperty
ColumnWidthProperty
DefaultColumnHeaderHeight
Declaration
public const int DefaultColumnHeaderHeight = 30
Field Value
System.
|
DefaultColumnWidth
Declaration
public const int DefaultColumnWidth = 100
Field Value
System.
|
DefaultFilterAreaHeight
Declaration
public const int DefaultFilterAreaHeight = 30
Field Value
System.
|
DefaultRowHeight
Declaration
public const int DefaultRowHeight = 25
Field Value
System.
|
DragHintProperty
FilterAreaHeightProperty
RowHeightProperty
Properties
AggregateDescriptions
Gets the aggregate descriptions.
Declaration
public AggregateDescriptionsCollection AggregateDescriptions { get; }
Property Value
Aggregate The aggregate descriptions. |
AggregateDescriptorsArea
Gets the aggregate descriptors area.
Declaration
public PivotAggregateDescriptorContainer AggregateDescriptorsArea { get; }
Property Value
Pivot The aggregate descriptors area. |
AggregatesLevel
Gets or sets the aggregates level.
Declaration
public int AggregatesLevel { get; set; }
Property Value
System. The aggregates level. |
AggregatesPosition
Gets or sets the aggregates position.
Declaration
public PivotAxis AggregatesPosition { get; set; }
Property Value
Pivot The aggregates position. |
AllowContextMenu
Gets or sets whether to allow context menu.
Declaration
public bool AllowContextMenu { get; set; }
Property Value
System. The allow context menu. |
AllowDefaultScreenTips
Gets or sets whether the default screen tips are allowed.
Declaration
public bool AllowDefaultScreenTips { get; set; }
Property Value
System. The allow default screen tips. |
AllowFieldsDragDrop
Gets or sets whether the fields drag drop is allowed.
Declaration
public bool AllowFieldsDragDrop { get; set; }
Property Value
System. The allow fields drag drop. |
AllowGroupFiltering
Gets or sets whether the group filtering is allowed.
Declaration
public bool AllowGroupFiltering { get; set; }
Property Value
System. The allow group filtering. |
AllowHorizontalResize
Gets or sets whether the horizontal resize is allowed.
Declaration
public bool AllowHorizontalResize { get; set; }
Property Value
System. The allow horizontal resize. |
AllowSelection
Gets or sets whether the selection is allowed.
Declaration
public bool AllowSelection { get; set; }
Property Value
System. The allow selection. |
AllowSorting
Determines whether the sorting is allowed.
Declaration
public bool AllowSorting { get; set; }
Property Value
System. The allow sorting. |
AllowVerticalResize
Determines whether the vertical resize is allowed.
Declaration
public bool AllowVerticalResize { get; set; }
Property Value
System. The allow vertical resize. |
AutoExpandColumnHeaders
Gets or sets the auto expand column headers.
Declaration
public bool AutoExpandColumnHeaders { get; set; }
Property Value
System. The auto expand column headers. |
AutoExpandRowHeaders
Gets or sets the auto expand row headers.
Declaration
public bool AutoExpandRowHeaders { get; set; }
Property Value
System. The auto expand row headers. |
BestFitHelper
Gets or sets the best fit helper.
Declaration
public PivotBestFitHelper BestFitHelper { get; set; }
Property Value
Pivot The best fit helper. |
ChartDataProvider
Gets or sets the chart data provider.
Declaration
public PivotGridChartDataProvider ChartDataProvider { get; set; }
Property Value
Pivot The chart data provider. |
ColumnDescriptorsArea
Gets the column descriptors area.
Declaration
public PivotColumnDescriptorContainer ColumnDescriptorsArea { get; }
Property Value
Pivot The column descriptors area. |
ColumnGrandTotalsPosition
Gets or sets the column grand totals position.
Declaration
public TotalsPos ColumnGrandTotalsPosition { get; set; }
Property Value
Totals The column grand totals position. |
ColumnGroupDescriptions
Gets the column group descriptions.
Declaration
public ColumnGroupDescriptionCollection ColumnGroupDescriptions { get; }
Property Value
Column The column group descriptions. |
ColumnGroupsExpandBehavior
Gets or sets the behavior that will set the expand or collapse state for column IGroups.
Declaration
public IItemExpandBehavior<ExpandBehaviorParameters> ColumnGroupsExpandBehavior { get; set; }
Property Value
ColumnHeaderContainer
Gets the column header container.
Declaration
public PivotHeaderVirtualizedContainer ColumnHeaderContainer { get; }
Property Value
Pivot The column header container. |
ColumnHeaderHeight
Gets or sets the height of the column header.
Declaration
[VsbBrowsable(true)]
public int ColumnHeaderHeight { get; set; }
Property Value
System. The height of the column header. |
ColumnHeadersLayout
Gets or sets the column headers layout.
Declaration
public PivotLayout ColumnHeadersLayout { get; set; }
Property Value
Pivot The column headers layout. |
ColumnRootGroup
Gets the column root group.
Declaration
public PivotGroupNode ColumnRootGroup { get; }
Property Value
Pivot The column root group. |
ColumnScroller
Gets the column scroller.
Declaration
public ItemScroller<PivotGroupNode> ColumnScroller { get; }
Property Value
Item The column scroller. |
ColumnsSubTotalsPosition
Gets or sets the columns sub totals position.
Declaration
public TotalsPos ColumnsSubTotalsPosition { get; set; }
Property Value
Totals The columns sub totals position. |
ColumnWidth
Gets or sets the width of the column.
Declaration
[VsbBrowsable(true)]
public int ColumnWidth { get; set; }
Property Value
System. The width of the column. |
ContextMenu
Gets or sets the context menu.
Declaration
public PivotGridContextMenuBase ContextMenu { get; set; }
Property Value
Pivot The context menu. |
DataMember
Gets or sets the data member.
Declaration
public string DataMember { get; set; }
Property Value
System. The data member. |
DataProvider
Gets or sets the data provider.
Declaration
public IDataProvider DataProvider { get; set; }
Property Value
IData The data provider. |
DataSource
Gets or sets the data source.
Declaration
public object DataSource { get; set; }
Property Value
System. The data source. |
DialogsFactory
Gets or sets the dialogs factory.
Declaration
public PivotGridDialogsFactory DialogsFactory { get; set; }
Property Value
Pivot The dialogs factory. |
DragDropService
Gets or sets the drag drop service.
Declaration
public PivotGridDragDropService DragDropService { get; set; }
Property Value
Pivot The drag drop service. |
DragHint
Gets or sets the drag hint.
Declaration
[VsbBrowsable(true)]
public RadImageShape DragHint { get; set; }
Property Value
Rad The drag hint. |
EmptyValueString
Gets or sets the empty value string.
Declaration
public string EmptyValueString { get; set; }
Property Value
System. The empty value string. |
ErrorString
Gets or sets the error string.
Declaration
public string ErrorString { get; set; }
Property Value
System. The error string. |
FilterAreaHeight
Gets or sets the height of the filter area.
Declaration
[VsbBrowsable(true)]
public int FilterAreaHeight { get; set; }
Property Value
System. The height of the filter area. |
FilterDescriptions
Gets the filter descriptions.
Declaration
public FilterDescriptionsCollection FilterDescriptions { get; }
Property Value
Filter The filter descriptions. |
FilterDescriptorsArea
Gets the filter descriptors area.
Declaration
public PivotFilterDescriptorContainer FilterDescriptorsArea { get; }
Property Value
Pivot The filter descriptors area. |
HScrollBar
Gets the horizontal scroll bar.
Declaration
public RadScrollBarElement HScrollBar { get; }
Property Value
Rad The H scroll bar. |
IsBusy
Gets or sets whether the pivot element is busy.
Declaration
public bool IsBusy { get; }
Property Value
System. The is busy. |
LayoutState
Gets or sets an object which holds the state of the resized and the collapsed rows and columns. Setting the object will apply the state and will update the layout.
Declaration
public PivotLayoutState LayoutState { get; set; }
Property Value
PivotRowsContainer
Gets the pivot rows container.
Declaration
public PivotVirtualizedStackContainer PivotRowsContainer { get; }
Property Value
Pivot The pivot rows container. |
PrintStyle
Gets or sets the print style.
Declaration
public PivotGridPrintStyle PrintStyle { get; set; }
Property Value
Pivot The print style. |
ResizingBehavior
Gets or sets the resizing behavior.
Declaration
public ResizingBehavior ResizingBehavior { get; set; }
Property Value
Resizing The resizing behavior. |
RowDescriptorsArea
Gets the row descriptors area.
Declaration
public PivotRowDescriptorContainer RowDescriptorsArea { get; }
Property Value
Pivot The row descriptors area. |
RowGrandTotalsPosition
Gets or sets the row grand totals position.
Declaration
public TotalsPos RowGrandTotalsPosition { get; set; }
Property Value
Totals The row grand totals position. |
RowGroupDescriptions
Gets the row group descriptions.
Declaration
public RowGroupDescriptionCollection RowGroupDescriptions { get; }
Property Value
Row The row group descriptions. |
RowGroupsExpandBehavior
Gets or sets the behavior that will set the expand or collapse state for row IGroups.
Declaration
public IItemExpandBehavior<ExpandBehaviorParameters> RowGroupsExpandBehavior { get; set; }
Property Value
RowHeaderContainer
Gets the row header container.
Declaration
public PivotHeaderVirtualizedContainer RowHeaderContainer { get; }
Property Value
Pivot The row header container. |
RowHeadersLayout
Gets or sets the row headers layout.
Declaration
public PivotLayout RowHeadersLayout { get; set; }
Property Value
Pivot The row headers layout. |
RowHeight
Gets or sets the height of the row.
Declaration
[VsbBrowsable(true)]
public int RowHeight { get; set; }
Property Value
System. The height of the row. |
RowRootGroup
Gets the row root group.
Declaration
public PivotGroupNode RowRootGroup { get; }
Property Value
Pivot The row root group. |
RowScroller
Gets the row scroller.
Declaration
public ItemScroller<PivotGroupNode> RowScroller { get; }
Property Value
Item The row scroller. |
RowsSubTotalsPosition
Gets or sets the rows sub totals position.
Declaration
public TotalsPos RowsSubTotalsPosition { get; set; }
Property Value
Totals The rows sub totals position. |
ShowFilterArea
Gets or sets whether to show the filter area.
Declaration
public bool ShowFilterArea { get; set; }
Property Value
System. The show filter area. |
VScrollBar
Gets the V scroll bar.
Declaration
public RadScrollBarElement VScrollBar { get; }
Property Value
Rad The V scroll bar. |
WaitingBar
Gets the waiting bar.
Declaration
public RadWaitingBarElement WaitingBar { get; }
Property Value
Rad The waiting bar. |
Methods
ArrangeOverride(SizeF)
Arranges the element in the final size.
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System. The final size. |
Returns
System.
|
Overrides
BeginUpdate()
Begins the update operation.
Declaration
public void BeginUpdate()
ClearSelection()
Clears the selection.
Declaration
public void ClearSelection()
ColumnContainsSelection(PivotGroupNode)
Returns whether the column contains selection.
Declaration
public bool ColumnContainsSelection(PivotGroupNode column)
Parameters
Pivot The column. |
Returns
System.
|
CopySelectionToClipboard()
Copies the selection to clipboard.
Declaration
public void CopySelectionToClipboard()
CopyToClipboard(PivotGroupNode, PivotGroupNode, PivotGroupNode, PivotGroupNode)
Copies to clipboard.
Declaration
public void CopyToClipboard(PivotGroupNode startRow, PivotGroupNode startColumn, PivotGroupNode endRow, PivotGroupNode endColumn)
Parameters
Pivot The start row. |
Pivot The start column. |
Pivot The end row. |
Pivot The end column. |
CopyToClipboard(PivotGroupNode, PivotGroupNode, PivotGroupNode, PivotGroupNode, Boolean)
Copies to clipboard.
Declaration
public void CopyToClipboard(PivotGroupNode startRow, PivotGroupNode startColumn, PivotGroupNode endRow, PivotGroupNode endColumn, bool selectedOnly)
Parameters
Pivot The start row. |
Pivot The start column. |
Pivot The end row. |
Pivot The end column. |
System. Indicates whether the selection only will be processed. |
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
DataBind()
Binds the data considering the DataSource property
Declaration
public void DataBind()
DeferRefresh()
Defers the refresh.
Declaration
public IDisposable DeferRefresh()
Returns
System.
|
DisposeManagedResources()
Disposes the managed resources.
Declaration
protected override void DisposeManagedResources()
Overrides
DpiScaleChanged(SizeF)
Occurs when the DPI scale is changed.
Declaration
public override void DpiScaleChanged(SizeF scaleFactor)
Parameters
System. The scale factor. |
Overrides
EndUpdate()
Ends the update operation.
Declaration
public void EndUpdate()
GetAggregateValue(IGroup, IGroup, Boolean, Boolean)
Gets the aggregate value.
Declaration
public CellAggregateValue GetAggregateValue(IGroup row, IGroup column, bool collapsedRow, bool collapsedColumn)
Parameters
IGroup
row
The row. |
IGroup
column
The column. |
System. The collapsed row. |
System. The collapsed column. |
Returns
GetCellElement(PivotGroupNode, PivotGroupNode)
Gets the cell element.
Declaration
public PivotCellElement GetCellElement(PivotGroupNode row, PivotGroupNode column)
Parameters
Pivot The row. |
Pivot The column. |
Returns
GetColumnGroups()
Gets the column groups.
Declaration
public IEnumerable<PivotGroupNode> GetColumnGroups()
Returns
System.
|
GetGroupElement(PivotGroupNode)
Gets the group element.
Declaration
public PivotGroupElement GetGroupElement(PivotGroupNode node)
Parameters
Pivot The node. |
Returns
GetGroupNodeSize(PivotGroupNode)
Gets the size of the group node.
Declaration
public int GetGroupNodeSize(PivotGroupNode node)
Parameters
Pivot The node. |
Returns
System.
|
GetRowElement(PivotGroupNode)
Gets the row element.
Declaration
public PivotRowElement GetRowElement(PivotGroupNode row)
Parameters
Pivot The row. |
Returns
GetRowGroups()
Gets the row groups.
Declaration
public IEnumerable<PivotGroupNode> GetRowGroups()
Returns
System.
|
GetRowHeaderWidth(Int32)
Gets the width of the row header.
Declaration
public int GetRowHeaderWidth(int level)
Parameters
System. The level. |
Returns
System.
|
GetRowHeaderWidth(Int32, Int32)
Gets the width of the row header.
Declaration
public int GetRowHeaderWidth(int level, int span)
Parameters
System. The level. |
System. The span. |
Returns
System.
|
IsCellSelected(PivotGroupNode, PivotGroupNode)
Determines whether the cell is selected.
Declaration
public bool IsCellSelected(PivotGroupNode row, PivotGroupNode column)
Parameters
Pivot The row. |
Pivot The column. |
Returns
System.
|
IsInResizeLocation(Point)
Determines whether the point is in resize location.
Declaration
protected virtual bool IsInResizeLocation(Point p)
Parameters
System. The p. |
Returns
System.
|
MeasureOverride(SizeF)
Measures the element with the available size.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System. The available size. |
Returns
System.
|
Overrides
OnAggregateDescriptionElementCreating(PivotAggregateDescriptorElement)
Called when the aggregate description element is being created.
Declaration
protected virtual PivotAggregateDescriptorElement OnAggregateDescriptionElementCreating(PivotAggregateDescriptorElement element)
Parameters
Pivot The element. |
Returns
OnAggregatesPositionElementCreating(AggregatesPositionDescriptorElement)
Called when the aggregates position element is being created.
Declaration
protected virtual AggregatesPositionDescriptorElement OnAggregatesPositionElementCreating(AggregatesPositionDescriptorElement element)
Parameters
Aggregates The element. |
Returns
OnCellCreating(PivotCellCreatingEventArgs)
Raises the Cell
Declaration
protected virtual void OnCellCreating(PivotCellCreatingEventArgs args)
Parameters
Pivot The Pivot |
OnCellFormatting(PivotCellElement)
Called when the cell is being formatted.
Declaration
protected virtual void OnCellFormatting(PivotCellElement cell)
Parameters
Pivot The cell. |
OnDataProviderChanged(IDataProvider, IDataProvider)
Called when the data provider is changed.
Declaration
protected virtual void OnDataProviderChanged(IDataProvider newProvider, IDataProvider oldProvider)
Parameters
IData The new provider. |
IData The old provider. |
OnFieldChooserShowing(FieldChooserShowingEventArgs)
Raises the Field
Declaration
protected virtual void OnFieldChooserShowing(FieldChooserShowingEventArgs args)
Parameters
Field The Field |
OnFilterDescriptionElementCreating(PivotFilterDescriptorElement)
Called when the filter description element is being created.
Declaration
protected virtual PivotFilterDescriptorElement OnFilterDescriptionElementCreating(PivotFilterDescriptorElement element)
Parameters
Pivot The element. |
Returns
OnGroupDescriptionElementCreating(PivotGroupDescriptorElement, PivotAxis)
Called when the group description element is being created.
Declaration
protected virtual PivotGroupDescriptorElement OnGroupDescriptionElementCreating(PivotGroupDescriptorElement element, PivotAxis axis)
Parameters
Pivot The element. |
Pivot The axis. |
Returns
OnGroupElementCreating(PivotGroupElementCreatingEventArgs)
Raises the Group
Declaration
protected virtual void OnGroupElementCreating(PivotGroupElementCreatingEventArgs args)
Parameters
Pivot The Pivot |
OnGroupElementFormatting(PivotGroupElementEventArgs)
Raises the Group
Declaration
protected virtual void OnGroupElementFormatting(PivotGroupElementEventArgs args)
Parameters
Pivot The Pivot |
OnGroupExpandedChanged(PivotGroupEventArgs)
Raises the Group
Declaration
protected virtual void OnGroupExpandedChanged(PivotGroupEventArgs args)
Parameters
Pivot The Pivot |
OnPrintElementFormatting(RadPrintElement)
Called when the print element is being formatted.
Declaration
protected virtual void OnPrintElementFormatting(RadPrintElement printElement)
Parameters
Rad The print element. |
OnPrintElementPaint(RadPrintElement, Graphics, Rectangle)
Called when the print element is painted.
Declaration
protected virtual void OnPrintElementPaint(RadPrintElement printElement, Graphics g, Rectangle bounds)
Parameters
Rad The print element. |
System. The g. |
System. The bounds. |
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
Overrides
OnRowCreating(PivotRowCreatingEventArgs)
Raises the Row
Declaration
protected virtual void OnRowCreating(PivotRowCreatingEventArgs args)
Parameters
Pivot The Pivot |
OnRowFormatting(PivotRowElement)
Called when the row is being formatting.
Declaration
protected virtual void OnRowFormatting(PivotRowElement row)
Parameters
Pivot The row. |
OnSelectionChanged()
Called when the selection is changed.
Declaration
protected virtual void OnSelectionChanged()
OnUpdateCompleted()
Called when the update is completed.
Declaration
protected virtual void OnUpdateCompleted()
Print()
Print(Boolean)
Directly prints the Rad
Declaration
public virtual void Print(bool showPrinterSettings)
Parameters
System. Indicates whether printer settings dialog should be shown. |
Print(Boolean, RadPrintDocument)
Directly prints the Rad
Declaration
public virtual void Print(bool showPrinterSettings, RadPrintDocument document)
Parameters
System. Indicates whether printer settings dialog should be shown. |
Rad As instance of Rad |
PrintPreview()
Shows a Rad
Declaration
public virtual void PrintPreview()
PrintPreview(RadPrintDocument)
Shows a Rad
Declaration
public virtual void PrintPreview(RadPrintDocument document)
Parameters
Rad As instance of Rad |
ProcessGroupPropertyChanged(PivotGroupNode, String)
Declaration
public void ProcessGroupPropertyChanged(PivotGroupNode groupNode, string propertyName)
Parameters
Pivot
|
System.
|
ProcessKeyDown(KeyEventArgs)
Processes the key down.
Declaration
public virtual bool ProcessKeyDown(KeyEventArgs e)
Parameters
System. The System. |
Returns
System.
|
ProcessMouseDown(MouseEventArgs)
Processes the mouse down.
Declaration
public virtual bool ProcessMouseDown(MouseEventArgs e)
Parameters
System. The System. |
Returns
System.
|
ProcessMouseMove(MouseEventArgs)
Processes the mouse move.
Declaration
public virtual bool ProcessMouseMove(MouseEventArgs e)
Parameters
System. The System. |
Returns
System.
|
ProcessMouseUp(MouseEventArgs)
Processes the mouse up.
Declaration
public virtual bool ProcessMouseUp(MouseEventArgs e)
Parameters
System. The System. |
Returns
System.
|
ProcessMouseWheel(MouseEventArgs)
Processes the mouse wheel.
Declaration
public virtual bool ProcessMouseWheel(MouseEventArgs e)
Parameters
System. The System. |
Returns
System.
|
ProcessScreenTip(ScreenTipNeededEventArgs)
Processes the screen tip.
Declaration
public virtual bool ProcessScreenTip(ScreenTipNeededEventArgs e)
Parameters
Screen The Screen |
Returns
System.
|
RefreshData()
Refreshes the data.
Declaration
public void RefreshData()
RowContainsSelection(PivotGroupNode)
Returns whether the row contains selection.
Declaration
public bool RowContainsSelection(PivotGroupNode row)
Parameters
Pivot The row. |
Returns
System.
|
ScrollTo(Int32)
Scrolls the vertical scrollbar with the specified delta.
Declaration
public void ScrollTo(int delta)
Parameters
System. The delta. |
SelectAll()
Selects all.
Declaration
public void SelectAll()
SelectCell(PivotCellElement)
Selects the cell.
Declaration
public void SelectCell(PivotCellElement cellElement)
Parameters
Pivot The cell element. |
SelectCell(PivotCellElement, Boolean, Boolean)
Selects the cell.
Declaration
public void SelectCell(PivotCellElement cellElement, bool shift, bool ctrl)
Parameters
Pivot The cell element. |
System. The shift. |
System. The CTRL. |
SelectCell(PivotGroupNode, PivotGroupNode)
Selects the cell.
Declaration
public void SelectCell(PivotGroupNode row, PivotGroupNode column)
Parameters
Pivot The row. |
Pivot The column. |
SelectCell(PivotGroupNode, PivotGroupNode, Boolean, Boolean)
Selects the cell.
Declaration
public void SelectCell(PivotGroupNode row, PivotGroupNode column, bool shift, bool ctrl)
Parameters
Pivot The row. |
Pivot The column. |
System. The shift key is pressed. |
System. The CTRL key is pressed. |
SelectColumn(PivotGroupNode)
Selects the column.
Declaration
public void SelectColumn(PivotGroupNode column)
Parameters
Pivot The column. |
SelectColumn(PivotGroupNode, Boolean, Boolean)
Selects the column.
Declaration
public void SelectColumn(PivotGroupNode column, bool shift, bool ctrl)
Parameters
Pivot The column. |
System. The shift. |
System. The CTRL. |
SelectRow(PivotGroupNode)
Selects the row.
Declaration
public void SelectRow(PivotGroupNode row)
Parameters
Pivot The row. |
SelectRow(PivotGroupNode, Boolean, Boolean)
Selects the row.
Declaration
public void SelectRow(PivotGroupNode row, bool shift, bool ctrl)
Parameters
Pivot The row. |
System. Is the Shift key pressed |
System. Is the CTRL key pressed |
SetGroupNodeSize(PivotGroupNode, Int32)
Sets the size of the group node.
Declaration
public void SetGroupNodeSize(PivotGroupNode node, int size)
Parameters
Pivot The node. |
System. The size. |
SetRowHeaderWidth(Int32, Int32)
Sets the width of the row header.
Declaration
public void SetRowHeaderWidth(int width, int level)
Parameters
System. The width. |
System. The level. |
ShowContextMenu(Point, RadElement)
Shows the context menu.
Declaration
public void ShowContextMenu(Point location, RadElement context)
Parameters
System. The location. |
Rad The context. |
ShowFieldChooser()
Shows the field chooser.
Declaration
public void ShowFieldChooser()
UpdateAfterExpandCollapse()
Updates the layout after expand collapse.
Declaration
public void UpdateAfterExpandCollapse()
UpdateOnResize()
Updates on resizing.
Declaration
public void UpdateOnResize()
UpdateUI()
Updates the UI.
Declaration
public void UpdateUI()
WaitComplete()
Waits the complete.
Declaration
public void WaitComplete()
Events
AggregateDescriptorElementCreating
Declaration
public event AggregateDescriptorElementCreatingEventHandler AggregateDescriptorElementCreating
Event Type
AggregatesPositionElementCreating
Declaration
public event AggregatesPositionElementCreatingEventHandler AggregatesPositionElementCreating
Event Type
CellCreating
Declaration
public event PivotCellCreatingEventHandler CellCreating
Event Type
CellFormatting
DataProviderChanged
Declaration
public event DataProviderChangedEventHandler DataProviderChanged
Event Type
FieldChooserShowing
Declaration
public event FieldChooserShowingEventHandler FieldChooserShowing
Event Type
FilterDescriptorElementCreating
Declaration
public event FilterDescriptorElementCreatingEventHandler FilterDescriptorElementCreating
Event Type
GroupDescriptorElementCreating
Declaration
public event GroupDescriptorElementCreatingEventHandler GroupDescriptorElementCreating
Event Type
GroupElementCreating
Declaration
public event PivotGroupElementCreatingEventHandler GroupElementCreating
Event Type
GroupElementFormatting
Declaration
public event PivotGroupElementEventHandler GroupElementFormatting
Event Type
GroupExpandedChanged
Declaration
public event PivotGroupEventHandler GroupExpandedChanged
Event Type
PrintElementFormatting
Declaration
public event PrintElementEventHandler PrintElementFormatting
Event Type
PrintElementPaint
Declaration
public event PrintElementPaintEventHandler PrintElementPaint
Event Type
RowCreating
Declaration
public event PivotRowCreatingEventHandler RowCreating
Event Type
RowFormatting
SelectionChanged
Declaration
public event EventHandler SelectionChanged
Event Type
System.
|
UpdateCompleted
Declaration
public event EventHandler UpdateCompleted
Event Type
System.
|
Explicit Interface Implementations
IChartDataProvider.SetChartView(ChartView)
Declaration
void IChartDataProvider.SetChartView(ChartView chartView)
Parameters
Chart
|
Implements
IChartDataProvider.UpdateChartData()
Declaration
void IChartDataProvider.UpdateChartData()
Implements
IPrintable.BeginPrint(RadPrintDocument, PrintEventArgs)
Declaration
int IPrintable.BeginPrint(RadPrintDocument sender, PrintEventArgs args)
Parameters
Rad
|
System.
|
Returns
System.
|
Implements
IPrintable.EndPrint(RadPrintDocument, PrintEventArgs)
Declaration
bool IPrintable.EndPrint(RadPrintDocument sender, PrintEventArgs args)
Parameters
Rad
|
System.
|
Returns
System.
|
Implements
IPrintable.GetSettingsDialog(RadPrintDocument)
Declaration
Form IPrintable.GetSettingsDialog(RadPrintDocument document)
Parameters
Rad
|
Returns
System.
|
Implements
IPrintable.PrintPage(Int32, RadPrintDocument, PrintPageEventArgs)
Declaration
bool IPrintable.PrintPage(int pageNumber, RadPrintDocument sender, PrintPageEventArgs args)
Parameters
System.
|
Rad
|
System.
|
Returns
System.
|