WinForms

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

    Show / Hide Table of Contents

    Class FieldChooserClosingEventArgs

    Provides data for FieldChooserClosing event which occurs before the FieldChooser dialog Closing in column header.

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

    Constructors

    FieldChooserClosingEventArgs(String, Object)

    Constructor for FieldChooserClosingEventArgs.

    Declaration
    public FieldChooserClosingEventArgs(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 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 - 2022 Syncfusion Inc. All Rights Reserved