WinForms

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

    Show / Hide Table of Contents

    Class FieldChooserShowingEventArgs

    Provides data for FieldChooserShowing event which occurs before the FieldChooser dialog showing in column header.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    FieldChooserShowingEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class FieldChooserShowingEventArgs : SyncfusionCancelEventArgs

    Constructors

    FieldChooserShowingEventArgs(String, Object)

    Constructor for FieldChooserShowingEventArgs

    Declaration
    public FieldChooserShowingEventArgs(string caption, object fieldList)
    Parameters
    Type Name Description
    System.String caption

    Caption text of FieldChooser dialog.

    System.Object fieldList

    Control of TreeViewAdv or GridControl.

    Properties

    Caption

    Gets or Sets the value for FieldChooser dialog caption.

    Declaration
    public string Caption { get; set; }
    Property Value
    Type Description
    System.String

    FieldList

    Gets or Sets the value for TreeViewAdv or GridControl.

    Declaration
    public object FieldList { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved