WPF

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

    Show / Hide Table of Contents

    Class GroupDropAreaItem

    Inheritance
    System.Object
    GroupDropAreaItem
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GroupDropAreaItem : ContentControl, IDisposable

    Constructors

    GroupDropAreaItem()

    Declaration
    public GroupDropAreaItem()

    Fields

    GridColumnProperty

    Declaration
    public static readonly DependencyProperty GridColumnProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    GroupNameProperty

    Declaration
    public static readonly DependencyProperty GroupNameProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SortDirectionProperty

    Declaration
    public static readonly DependencyProperty SortDirectionProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    GridColumn

    Declaration
    public GridColumn GridColumn { get; set; }
    Property Value
    Type Description
    GridColumn

    GroupDropArea

    Declaration
    public GroupDropArea GroupDropArea { get; }
    Property Value
    Type Description
    GroupDropArea

    GroupName

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

    SortDirection

    Gets or sets Path direction (Ascending/Descending).

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

    Methods

    Dispose()

    Disposes all the resources used by the GroupDropAreaItem class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the resources used by the GroupDropAreaItem class.

    Declaration
    protected virtual void Dispose(bool isDisposing)
    Parameters
    Type Name Description
    System.Boolean isDisposing

    Indicates whether the call is from Dispose method or from a finalizer.

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    OnCreateAutomationPeer()

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationPeer

    OnMouseDoubleClick(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseDoubleClick(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    OnMouseEnter(MouseEventArgs)

    Declaration
    protected override void OnMouseEnter(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    OnMouseLeave(MouseEventArgs)

    Declaration
    protected override void OnMouseLeave(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    OnMouseLeftButtonDown(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    OnMouseLeftButtonUp(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    OnMouseMove(MouseEventArgs)

    Declaration
    protected override void OnMouseMove(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    ShowContextMenu()

    Opens the context menu at the specified position.

    Declaration
    protected virtual bool ShowContextMenu()
    Returns
    Type Description
    System.Boolean

    true If the context menu opened;Otherwisefalse

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved