Class PropertyGridGroupElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyGridGroupElement : PropertyGridItemElementBase, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<PropertyGridItemBase>
Constructors
PropertyGridGroupElement()
Declaration
public PropertyGridGroupElement()
Properties
Data
Gets the logical item currently attached to this visual element.
Declaration
public override PropertyGridItemBase Data { get; }
Property Value
PropertyGridItemBase
|
Overrides
ExpanderElement
Gets the property grid group item expander element.
Declaration
public PropertyGridGroupExpanderElement ExpanderElement { get; }
Property Value
PropertyGridGroupExpanderElement
|
TextElement
Gets the property grid group item text element.
Declaration
public PropertyGridGroupTextElement TextElement { get; }
Property Value
PropertyGridGroupTextElement
|
Methods
Attach(PropertyGridItemBase, Object)
Attaches a logical item to this visual element.
Declaration
public override void Attach(PropertyGridItemBase data, object context)
Parameters
PropertyGridItemBase
data
The logical item. |
System.Object
context
The context. |
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
Detach()
Detaches the currently attached logical item.
Declaration
public override void Detach()
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
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
Synchronize()
Syncronizes changes with other elements.
Declaration
public override void Synchronize()