Class TabbedFormControlCreatingEventArgs
Inheritance
System.Object
TabbedFormControlCreatingEventArgs
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TabbedFormControlCreatingEventArgs : ControlCreatingEventArgs<RadTabbedFormControl>
Constructors
TabbedFormControlCreatingEventArgs(RadTabbedFormControl)
Declaration
public TabbedFormControlCreatingEventArgs(RadTabbedFormControl control)
Parameters
RadTabbedFormControl
control
|
Properties
TabbedFormControl
Gets or sets the RadTabbedFormControl added to the form.
Declaration
public RadTabbedFormControl TabbedFormControl { get; set; }
Property Value
RadTabbedFormControl
|