Class GroupDropArea
Represents a class that provides the common functionalities of group drop area control.
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class GroupDropArea : Control, IDisposable
Constructors
GroupDropArea()
Initializes a new instance of GroupDropArea class.
Declaration
public GroupDropArea()
Fields
GroupDropAreaTextProperty
Dependency registration for GroupDropAreaTextProperty.
Declaration
public static readonly DependencyProperty GroupDropAreaTextProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
IsExpandedProperty
Dependency registration for IsExpandedProperty.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
WatermarkTextVisibilityProperty
Dependency registration for WaterMarkTextVisibility.
Declaration
public static readonly DependencyProperty WatermarkTextVisibilityProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
Properties
GroupDropAreaText
Gets or sets the group drop area text.
Declaration
public string GroupDropAreaText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The group drop area text. |
IsExpanded
Gets or sets a value indicating whether group drop area is expanded or not.
Declaration
public bool IsExpanded { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
WatermarkTextVisibility
Gets or sets the visibility for WaterMarkText.
Declaration
public Visibility WatermarkTextVisibility { get; set; }
Property Value
| Type |
|---|
| System.Windows.Visibility |
Methods
Dispose()
Disposes all the resources used by the GroupDropArea class.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes all the resources used by the GroupDropArea 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()
Returns a class-specific AutomationPeer Implementations for the Microsoft UI Automation infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
| Type | Description |
|---|---|
| System.Windows.Automation.Peers.AutomationPeer | The class-specific AutomationPeer subclass. |
ShowContextMenu()
Declaration
protected virtual bool ShowContextMenu()
Returns
| Type |
|---|
| System.Boolean |