Class RadImageItem
Inheritance
System.Object
RadImageItem
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.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadImageItem : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
RadImageItem()
Declaration
public RadImageItem()
Fields
BorderVisibleProperty
ImageIndexProperty
ImageKeyProperty
ImageProperty
Properties
BorderVisible
Declaration
[RadPropertyDefaultValue("BorderVisible", typeof(RadImageItem))]
public bool BorderVisible { get; set; }
Property Value
System.Boolean
|
Image
Declaration
[RadPropertyDefaultValue("Image", typeof(RadImageItem))]
public Image Image { get; set; }
Property Value
System.Drawing.Image
|
ImageIndex
Declaration
[RadPropertyDefaultValue("ImageIndex", typeof(RadImageItem))]
public virtual int ImageIndex { get; set; }
Property Value
System.Int32
|
ImageKey
Declaration
[RadPropertyDefaultValue("ImageKey", typeof(RadImageItem))]
public virtual string ImageKey { get; set; }
Property Value
System.String
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|