menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupingBarItem - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupingBarItem

    Represents the grouping bar item in grouping bar.

    Inheritance
    System.Object
    GroupingBarItem
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.PivotGrid
    Assembly: Syncfusion.SfPivotGrid.UWP.dll
    Syntax
    public class GroupingBarItem : Control, IDisposable

    Constructors

    GroupingBarItem()

    Initializes a new instance of the GroupingBarItem class.

    Declaration
    public GroupingBarItem()

    Fields

    CaptionProperty

    Identifies the Caption dependency property.

    Declaration
    public static DependencyProperty CaptionProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    EnableFilteringProperty

    Identifies the EnableFiltering dependency property.

    Declaration
    public static DependencyProperty EnableFilteringProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    EnableRemovingProperty

    Identifies the EnableRemoving dependency property.

    Declaration
    public static DependencyProperty EnableRemovingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    EnableSortingProperty

    Identifies the EnableSorting dependency property.

    Declaration
    public static DependencyProperty EnableSortingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FilterIconVisibilityProperty

    Identifies the FilterIconVisibility dependency property.

    Declaration
    public static DependencyProperty FilterIconVisibilityProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MetaDataProperty

    Identifies the MetaData dependency property.

    Declaration
    public static DependencyProperty MetaDataProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ParentElementProperty

    Using a DependencyProperty as the backing store for ParentElement. This enables animation, styling, binding, etc...

    Declaration
    public static DependencyProperty ParentElementProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    RemoveIconVisibilityProperty

    Identifies the RemoveIconVisibility dependency property.

    Declaration
    public static DependencyProperty RemoveIconVisibilityProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SortIndicatorVisibilityProperty

    Identifies the SortIndicatorVisibility dependency property.

    Declaration
    public static DependencyProperty SortIndicatorVisibilityProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    Caption

    Gets or sets the caption.

    Declaration
    public string Caption { get; set; }
    Property Value
    Type
    System.String

    EnableFiltering

    Gets or set the visibility of filter icon in grouping bar item.

    Declaration
    public bool EnableFiltering { get; set; }
    Property Value
    Type
    System.Boolean

    EnableRemoving

    Gets or set the visibility of remove icon in grouping bar item.

    Declaration
    public bool EnableRemoving { get; set; }
    Property Value
    Type
    System.Boolean

    EnableSorting

    Gets or set the visibility of sort indicator in grouping bar item.

    Declaration
    public bool EnableSorting { get; set; }
    Property Value
    Type
    System.Boolean

    FilterIconVisibility

    Gets or set the visibility of filter icon in grouping bar item.

    Declaration
    public Visibility FilterIconVisibility { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    MetaData

    Gets or sets the meta data.

    Declaration
    public object MetaData { get; set; }
    Property Value
    Type
    System.Object

    ParentElement

    Gets or sets the parent grouping bar.

    Declaration
    public GroupingBar ParentElement { get; }
    Property Value
    Type
    GroupingBar

    RemoveIconVisibility

    Gets or set the visibility of remove icon in grouping bar item.

    Declaration
    public Visibility RemoveIconVisibility { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    SortIndicatorVisibility

    Gets or set the visibility of remove icon in grouping bar item.

    Declaration
    public Visibility SortIndicatorVisibility { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    OnApplyTemplate()

    Builds the visual tree for this control when a new template is applied.

    Declaration
    protected override void OnApplyTemplate()

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved