WinForms

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

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    QueryShowFieldEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    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 Description
    FieldDescriptor

    TableDescriptor

    Gets or sets 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