WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DragIndicatorButton - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DragIndicatorButton

    Class that hold the members needed for dragging indicator button.

    Inheritance
    System.Object
    DragIndicatorButton
    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.Wpf.dll
    Syntax
    public class DragIndicatorButton : Button

    Constructors

    DragIndicatorButton(PivotGridGroupingBar, String, Object, Boolean)

    Initializes the DragIndicatorButton class.

    Declaration
    public DragIndicatorButton(PivotGridGroupingBar groupingBar, string itemText, object item, bool isFieldList)
    Parameters
    Type Name Description
    PivotGridGroupingBar groupingBar

    The PivotGrid Grouping Bar.

    System.String itemText

    The items text.

    System.Object item

    The PivotItem.

    System.Boolean isFieldList

    To check whether the fields are dragged from FieldList.

    Properties

    BackgroundBrush

    Gets or sets background brush.

    Declaration
    public Brush BackgroundBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    BorderBrush

    Gets or sets border brush.

    Declaration
    public Brush BorderBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    BorderItem

    Gets or sets border item.

    Declaration
    public Border BorderItem { get; set; }
    Property Value
    Type Description
    System.Windows.Controls.Border

    FilterButton

    Gets or sets filter button's instance.

    Declaration
    public Button FilterButton { get; set; }
    Property Value
    Type Description
    System.Windows.Controls.Button

    GroupingBar

    Gets or sets instance of GroupingBar.

    Declaration
    public PivotGridGroupingBar GroupingBar { get; set; }
    Property Value
    Type Description
    PivotGridGroupingBar

    IsFieldList

    Gets or sets whether it is a Field List item.

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

    ItemText

    Gets or sets items text.

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

    PivotItem

    Gets or sets PivotItem.

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

    SortPath

    Gets or sets SortPath.

    Declaration
    public Path SortPath { get; set; }
    Property Value
    Type Description
    System.Windows.Shapes.Path

    Methods

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved