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 |
---|
System.Windows.Media.Brush |
BorderBrush
Gets or sets border brush.
Declaration
public Brush BorderBrush { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
BorderItem
Gets or sets border item.
Declaration
public Border BorderItem { get; set; }
Property Value
Type |
---|
System.Windows.Controls.Border |
FilterButton
Gets or sets filter button's instance.
Declaration
public Button FilterButton { get; set; }
Property Value
Type |
---|
System.Windows.Controls.Button |
GroupingBar
Gets or sets instance of GroupingBar.
Declaration
public PivotGridGroupingBar GroupingBar { get; set; }
Property Value
Type |
---|
PivotGridGroupingBar |
IsFieldList
Gets or sets whether it is a Field List item.
Declaration
public bool IsFieldList { get; set; }
Property Value
Type |
---|
System.Boolean |
ItemText
Gets or sets items text.
Declaration
public string ItemText { get; set; }
Property Value
Type |
---|
System.String |
PivotItem
Gets or sets PivotItem.
Declaration
public object PivotItem { get; set; }
Property Value
Type |
---|
System.Object |
SortPath
Gets or sets SortPath.
Declaration
public Path SortPath { get; set; }
Property Value
Type |
---|
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()