menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FieldChooserClosedEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FieldChooserClosedEventArgs

    Provides data for FieldChooserClosed event which occurs after the FieldChooser dialog Closed in Column Header.

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

    Constructors

    FieldChooserClosedEventArgs(String, Object)

    Constructor for FieldChooserClosedEventArgs.

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

    Caption text of FieldChooser dialog.

    System.Object fieldList

    Object of the FieldChooser dialog.

    Properties

    Caption

    Gets the value for Caption of FieldChooser dialog

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

    FieldList

    Gets the value for TreeviewAdv or GridControl.

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