menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryShowNestedPropertiesFieldsEventArgs - API Reference

    Show / Hide Table of Contents

    Class QueryShowNestedPropertiesFieldsEventArgs

    The Engine.QueryShowNestedPropertiesFields event affects the auto population of the FieldDescriptorCollection.

    It lets you control at run-time if individual fields should be added for every property of a type when a type has nested properties. You can set e.Cancel = True to avoid nested fields being generated for a specific type.

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

    Constructors

    QueryShowNestedPropertiesFieldsEventArgs(TableDescriptor, PropertyDescriptor)

    Initializes the event args

    Declaration
    public QueryShowNestedPropertiesFieldsEventArgs(TableDescriptor tableDescriptor, PropertyDescriptor propertyDescriptor)
    Parameters
    Type Name Description
    TableDescriptor tableDescriptor

    The tableDescriptor

    System.ComponentModel.PropertyDescriptor propertyDescriptor

    the propertyDescriptor

    Properties

    PropertyDescriptor

    Gets or sets the PropertyDescriptor

    Declaration
    [TraceProperty(true)]
    public PropertyDescriptor PropertyDescriptor { get; set; }
    Property Value
    Type Description
    System.ComponentModel.PropertyDescriptor

    TableDescriptor

    Gets or sets the TableDescriptor

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