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