Class RowGroupBar
Represents a control that groups the row items.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class RowGroupBar : GridControl, IDisposable, ICancelModeProvider, ISplitterPaneSupport, IScrollBarWrapperContainer, ISupportUpdating, ISupportIntelliMouse, IQueryFocusInside, INonClientPaintingSupport, IThemedControl, ICreateNewWindow, IGridModelSource, IGridWindowlessSite, IGridWindowlessObject, IFindParentForm, IThemeProvider, ISupportInitialize, IVisualStyle
Constructors
RowGroupBar(PivotGridControlBase)
Initializes a new instance of the RowGroupBar class with the specified PivotGridControlBase.
Declaration
public RowGroupBar(PivotGridControlBase pivotGrid)
Parameters
Type | Name | Description |
---|---|---|
PivotGridControlBase | pivotGrid | The pivot grid control that holds the row group bar. |
Properties
GridControl
Gets the parent PivotGridControl.
Declaration
public PivotGridControl GridControl { get; }
Property Value
Type |
---|
PivotGridControl |
Methods
ColIndexToField(Int32)
Converts the corresponding column index to field index.
Declaration
public int ColIndexToField(int colIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | colIndex | The column index. |
Returns
Type | Description |
---|---|
System.Int32 | The field index. |
Invalidate()
Invalidates the entire surface of the control and causes the control to be redrawn.
Declaration
public override void Invalidate()
Overrides
OnDrawCellDisplayText(GridDrawCellDisplayTextEventArgs)
Raises the DrawCellDisplayText event.
Declaration
protected override void OnDrawCellDisplayText(GridDrawCellDisplayTextEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridDrawCellDisplayTextEventArgs | e | A GridDrawCellDisplayTextEventArgs that contains the event data. |
Overrides
OnKeyDown(KeyEventArgs)
Raises the System.Windows.Forms.Control.KeyDown event.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.KeyEventArgs | e | An System.Windows.Forms.KeyEventArgs that contains the event data. |
Overrides
OnMouseDown(MouseEventArgs)
Invoked when the user performs the mouse click.
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MouseEventArgs | e | An System.Windows.Form.MouseEventArgs that contains the event data. |
Overrides
OnMouseMove(MouseEventArgs)
Invoked when the user moves the mouse.
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MouseEventArgs | e | An System.Windows.Form.MouseEventArgs that contains the event data. |
Overrides
OnMouseUp(MouseEventArgs)
Invoked when the user releases the mouse click.
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MouseEventArgs | e | An System.Windows.Form.MouseEventArgs that contains the event data. |
Overrides
OnQueryCellInfo(GridQueryCellInfoEventArgs)
Raises the QueryCellInfo event.
Declaration
protected override void OnQueryCellInfo(GridQueryCellInfoEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridQueryCellInfoEventArgs | e | A GridQueryCellInfoEventArgs that contains the event data. |
Overrides
OnQueryRowHeight(GridRowColSizeEventArgs)
Raises the QueryRowHeight event.
Declaration
protected override void OnQueryRowHeight(GridRowColSizeEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridRowColSizeEventArgs | e | A GridRowColSizeEventArgs that contains the event data. |