WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryAddRelationEventArgs

    Show / Hide Table of Contents

    Class QueryAddRelationEventArgs

    The Engine.QueryAddRelation event affects the autopopulation of the RelationDescriptorCollection.

    It is called for each relation that is found in a DataView. You can set e.Cancel = True to avoid specific relations being added.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    QueryAddRelationEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public sealed class QueryAddRelationEventArgs : SyncfusionCancelEventArgs

    Constructors

    QueryAddRelationEventArgs(TableDescriptor, RelationDescriptor)

    Initializes the event args

    Declaration
    public QueryAddRelationEventArgs(TableDescriptor tableDescriptor, RelationDescriptor column)
    Parameters
    Type Name Description
    TableDescriptor tableDescriptor

    The table descriptor.

    RelationDescriptor column

    The relation descriptor.

    Properties

    Relation

    The Relation

    Declaration
    [TraceProperty(true)]
    public RelationDescriptor Relation { get; }
    Property Value
    Type Description
    RelationDescriptor

    TableDescriptor

    The TableDescriptor

    Declaration
    [TraceProperty(true)]
    public TableDescriptor TableDescriptor { get; }
    Property Value
    Type Description
    TableDescriptor
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved