Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class PropertyGridSplitElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IBindableComponent, IComponent, IDisposable, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementRadComponentElementRadItemUIItemBaseLightVisualElementPropertyGridSplitElement...
Implements:
Inherited Members
Constructors
public PropertyGridSplitElement()
Properties
Gets the PropertyGridHelpElement.
public PropertyGridHelpElement HelpElement { get; }
Gets or sets the height of the PropertyGridHelpElement.
public float HelpElementHeight { get; set; }
Gets or sets a value indicating whether the PropertyGridHelpElement is visible.
public bool HelpVisible { get; set; }
Gets the PropertyTableElement.
public PropertyGridTableElement PropertyTableElement { get; }
Gets the PropertyGridSizeGripElement.
public PropertyGridSizeGripElement SizeGripElement { get; }
Methods
Arranges the content and child elements within the final allocated space, positioning text, images, and child elements.
Begins the resize of the description element.
public virtual void BeginResize(int offset)
The offset used to resize the description element.
public virtual void ClearHelpBarText()
Called by the element when constructed. Allows inheritors to build the element tree.
protected override void CreateChildElements()
Overrides:
protected virtual PropertyGridSizeGripElement CreateSizeGripElement()
protected virtual PropertyGridTableElement CreateTableElement()
Disposes of managed resources including cached images and SVG images when the element is being disposed.
protected override void DisposeManagedResources()
Overrides:
public virtual void HideHelp()
Initializes the internal fields and components of the LightVisualElement. This method sets up text primitives, image primitives, and layout management components.
protected override void InitializeFields()
Overrides:
Measures the desired size of the element by calculating the space needed for content, padding, and borders.
Raises the DoubleClick event.
Called when a mouse button is pressed down over the item.
protected override void OnMouseDown(MouseEventArgs e)
The mouse event arguments.
Overrides:
Called when the mouse moves over the item, handling highlight and border highlight effects.
protected override void OnMouseMove(MouseEventArgs e)
The mouse event arguments.
Overrides:
Called when a mouse button is released over the item.
protected override void OnMouseUp(MouseEventArgs e)
The mouse event arguments.
Overrides:
public virtual void ShowHelp()