Class FieldChooserClosingEventArgs
Provides data for FieldChooserClosing event which occurs before the FieldChooser dialog Closing in column header.
Inherited Members
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 |
---|
System.String |
FieldList
Gets or Sets Value for TreeViewAdv or GridControl.
Declaration
public object FieldList { get; set; }
Property Value
Type |
---|
System.Object |