Class TreeGridRowDropSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
TreeGridRowDropSettings
Namespace: Syncfusion.EJ2.TreeGrid
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeGridRowDropSettings : EJTagHelper
Constructors
TreeGridRowDropSettings()
Declaration
public TreeGridRowDropSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
TargetID
Specifies the ID of the droppable component where rows can be dragged and dropped. Ensures that the row drop operation targets the correct component within the application.
Declaration
public string TargetID { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |