Class RadTabbedFormControlObject
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTabbedFormControlObject : DisposableObject, IDisposable
Constructors
RadTabbedFormControlObject()
Declaration
public RadTabbedFormControlObject()
Properties
Owner
Gets the RadTabbedFormControl instance that this object is associated with.
Declaration
public RadTabbedFormControl Owner { get; protected set; }
Property Value
RadTabbedFormControl
|