ASP.NET MVC - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridRowDropSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridRowDropSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    TreeGridRowDropSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.TreeGrid
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeGridRowDropSettingsBuilder : ControlBuilder

    Constructors

    TreeGridRowDropSettingsBuilder()

    Declaration
    public TreeGridRowDropSettingsBuilder()

    TreeGridRowDropSettingsBuilder(TreeGridRowDropSettings)

    Declaration
    public TreeGridRowDropSettingsBuilder(TreeGridRowDropSettings model)
    Parameters
    Type Name Description
    TreeGridRowDropSettings model

    Methods

    TargetID(String)

    Defines the ID of droppable component on which row drop should occur.

    Declaration
    public TreeGridRowDropSettingsBuilder TargetID(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    TreeGridRowDropSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved