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.
Inherited Members
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 |
---|
System.ComponentModel.PropertyDescriptor |
TableDescriptor
Gets or sets the TableDescriptor
Declaration
[TraceProperty(true)]
public TableDescriptor TableDescriptor { get; set; }
Property Value
Type |
---|
TableDescriptor |