Class PivotGroupingItemsControl
Class that holds the members of PivotGroupingItemsControl.
Inheritance
System.Object
PivotGroupingItemsControl
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class PivotGroupingItemsControl : ListBox
Constructors
PivotGroupingItemsControl()
Declaration
public PivotGroupingItemsControl()
Fields
HasGroupItemsProperty
Used to enable/disable the item template value for group bar toggle buttons.
Declaration
public static readonly DependencyProperty HasGroupItemsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Remarks
The default value is false.
Properties
DisableContextMenu
Used to enable/disable context-menu in GroupingBar.
Declaration
public bool DisableContextMenu { get; set; }
Property Value
Type |
---|
System.Boolean |