Class QueryShowFieldEventArgs
The Engine.QueryShowField event affects the auto population of the FieldDescriptorCollection.
It is called for each field and lets you control at run-time if a specific field should be added to the FieldDescriptorCollection. You can set e.Cancel = True to avoid specific fields being added.
Inherited Members
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public sealed class QueryShowFieldEventArgs : SyncfusionCancelEventArgs
Constructors
QueryShowFieldEventArgs(TableDescriptor, FieldDescriptor)
Initializes new instance for QueryShowFieldEventArgs
Declaration
public QueryShowFieldEventArgs(TableDescriptor tableDescriptor, FieldDescriptor field)
Parameters
Type | Name | Description |
---|---|---|
TableDescriptor | tableDescriptor | |
FieldDescriptor | field |
Properties
Field
Gets the FieldDescriptor
Declaration
[TraceProperty(true)]
public FieldDescriptor Field { get; }
Property Value
Type |
---|
FieldDescriptor |
TableDescriptor
Gets or sets the TableDescriptor
Declaration
[TraceProperty(true)]
public TableDescriptor TableDescriptor { get; }
Property Value
Type |
---|
TableDescriptor |