Class FieldChooserShownEventArgs
Provides data for FieldChooserShown event which occurs after the FieldChooser dialog shown in column header
Inherited Members
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 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 |
---|
System.String |
FieldList
Gets the Value of TreeviewAdv or GridControl.
Declaration
public object FieldList { get; }
Property Value
Type |
---|
System.Object |