Class FilterBar
Represents a group bar control that holds filter items specified in the PivotGridControl.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class FilterBar : GridControl, IDisposable, ICancelModeProvider, ISplitterPaneSupport, IScrollBarWrapperContainer, ISupportUpdating, ISupportIntelliMouse, IQueryFocusInside, INonClientPaintingSupport, IThemedControl, ICreateNewWindow, IGridModelSource, IGridWindowlessSite, IGridWindowlessObject, IFindParentForm, IThemeProvider, ISupportInitialize, IVisualStyle
Constructors
FilterBar()
Initializes a new instance of the FilterBar class.
Declaration
public FilterBar()
FilterBar(PivotGridControlBase)
Initializes a new instance of FilterBar class with the specified PivotGridControlBase.
Declaration
public FilterBar(PivotGridControlBase tableControl)
Parameters
Type | Name | Description |
---|---|---|
PivotGridControlBase | tableControl |
Properties
GridControl
Gets the value of the PivotGridControl that holds the FilterBar.
Declaration
public PivotGridControl GridControl { get; }
Property Value
Type |
---|
PivotGridControl |
Methods
Invalidate()
Invalidates the entire surface of the control and causes the control to be redrawn.
Declaration
public override void Invalidate()
Overrides
OnMouseDown(MouseEventArgs)
Raises the System.Windows.Forms.Control.MouseDown event.
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MouseEventArgs | e | A System.Windows.Forms.MouseEventArgs that contains the event data. |
Overrides
OnMouseMove(MouseEventArgs)
Raises the System.Windows.Forms.Control.MouseMove event.
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MouseEventArgs | e | A System.Windows.Forms.MouseEventArgs that contains the event data. |
Overrides
OnMouseUp(MouseEventArgs)
Raises the System.Windows.Forms.Control.MouseUp event.
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MouseEventArgs | e | A System.Windows.Forms.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)
Overrides and triggered when the row height is changed.
Declaration
protected override void OnQueryRowHeight(GridRowColSizeEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridRowColSizeEventArgs | e | The GridRowColSizeEventArgs that contains the event data. |