WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotGridRowGroupBar

    Show / Hide Table of Contents

    Class PivotGridRowGroupBar

    Derived class that aggregates the functionality of "PivotGridRowGroupBar" object into a ContentControl.

    Inheritance
    System.Object
    PivotGridRowGroupBar
    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class PivotGridRowGroupBar : ContentControl

    Constructors

    PivotGridRowGroupBar()

    Declaration
    public PivotGridRowGroupBar()

    Properties

    GridControl

    Gets or sets the PivotGrid control.

    Declaration
    public PivotGridControl GridControl { get; set; }
    Property Value
    Type Description
    PivotGridControl

    The PivotGrid control.

    GridControlBase

    Gets or sets the GridControlBase that shares the basic characteristics of GridControl.

    Declaration
    public PivotGridControlBase GridControlBase { get; set; }
    Property Value
    Type Description
    PivotGridControlBase

    RowList

    Gets or sets the row list.

    Declaration
    public PivotGroupingItemsControl RowList { get; set; }
    Property Value
    Type Description
    PivotGroupingItemsControl

    The row list.

    Methods

    CalculatePivotRowItemWidth()

    Calculates the width of the PivotItem in row.

    Declaration
    public void CalculatePivotRowItemWidth()

    OnApplyTemplate()

    When overridden in a derived class, it is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

    Declaration
    public override void OnApplyTemplate()

    OnRender(DrawingContext)

    When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

    Declaration
    protected override void OnRender(DrawingContext drawingContext)
    Parameters
    Type Name Description
    System.Windows.Media.DrawingContext drawingContext
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved