Class PropertyGridColorItemElement
Inheritance
System.Object
PropertyGridColorItemElement
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 PropertyGridColorItemElement : PropertyGridItemElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<PropertyGridItemBase>
Constructors
PropertyGridColorItemElement()
Declaration
public PropertyGridColorItemElement()
Properties
ContentElement
Declaration
public PropertyGridContentElement ContentElement { get; }
Property Value
PropertyGridContentElement
|
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
IsCompatible(PropertyGridItemBase, Object)
Determines if a logical item is compatible with this visual element.
Declaration
public override bool IsCompatible(PropertyGridItemBase data, object context)
Parameters
PropertyGridItemBase
data
The logical item to be checked for compatibility. |
System.Object
context
The context. |
Returns
System.Boolean
|
Overrides
Synchronize()
Syncronizes changes with other elements.
Declaration
public override void Synchronize()
Overrides
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
WireEvents()
Declaration
protected virtual void WireEvents()