WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FieldChooserShownEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FieldChooserShownEventArgs

    Provides data for FieldChooserShown event which occurs after the FieldChooser dialog shown in column header

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    FieldChooserShownEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class FieldChooserShownEventArgs : SyncfusionEventArgs

    Constructors

    FieldChooserShownEventArgs(String, Object)

    Constructor for FieldChooserShownEventArgs.

    Declaration
    public FieldChooserShownEventArgs(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 the caption text of FieldChooser dialog.

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

    FieldList

    Gets the Value of TreeviewAdv or GridControl.

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