Class FieldChooserShowingEventArgs
Inheritance
System.Object
FieldChooserShowingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class FieldChooserShowingEventArgs : CancelEventArgs
Constructors
FieldChooserShowingEventArgs(PivotFieldChooserForm)
Declaration
public FieldChooserShowingEventArgs(PivotFieldChooserForm fieldChooserForm)
Parameters
PivotFieldChooserForm
fieldChooserForm
|
Properties
FieldChooserForm
Declaration
public PivotFieldChooserForm FieldChooserForm { get; set; }
Property Value
PivotFieldChooserForm
|