Class ContentControl
Inheritance
System.Object
ContentControl
Inherited Members
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.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ContentControl : FrameworkElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, IShortcutProvider, IStylableElement, IStylableNode, ISupportDrop
Constructors
ContentControl()
Declaration
public ContentControl()
Properties
Content
Declaration
public object Content { get; set; }
Property Value
System.Object
|
Size
Declaration
public override Size Size { get; set; }
Property Value
System.Drawing.Size
|