alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class RuleDroppedEventArgs

    Provides event arguments for the RuleDropped event, which occurs after a rule or group has been successfully dropped.

    Inheritance
    object
    RuleDroppedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.QueryBuilder
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RuleDroppedEventArgs

    Constructors

    RuleDroppedEventArgs()

    Declaration
    public RuleDroppedEventArgs()

    Properties

    DropGroupID

    Gets or sets the ID of the group onto which a dragged item was dropped.

    Declaration
    public string DropGroupID { get; set; }
    Property Value
    Type Description
    string

    A string representing the ID of the target group. This will be null if the item was dropped onto a rule.

    Remarks

    This property identifies the group that received the dropped item. Use the GetGroup method to retrieve the group instance using this ID.

    DropRuleID

    Gets or sets the ID of the rule onto which a dragged item was dropped.

    Declaration
    public string DropRuleID { get; set; }
    Property Value
    Type Description
    string

    A string representing the ID of the target rule. This will be null if the item was dropped onto a group.

    Remarks

    This property identifies the rule that received the dropped item. Use the GetRule method to retrieve the rule instance using this ID.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved