Class GridVisualElement
Represents a grid visual element.
Inheritance
System.Object
GridVisualElement
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.GridView.dll
Syntax
public class GridVisualElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
GridVisualElement()
Declaration
public GridVisualElement()
Properties
GridControl
Gets the RadGridView instance which wraps the hierarchical structure of elements.
Declaration
public RadGridView GridControl { get; }
Property Value
RadGridView
|
Methods
ArrangeElement(RadElement, SizeF, RectangleF)
Arranges the element.
Declaration
protected virtual void ArrangeElement(RadElement element, SizeF finalSize, RectangleF clientRect)
Parameters
RadElement
element
The element. |
System.Drawing.SizeF
finalSize
The final size. |
System.Drawing.RectangleF
clientRect
The client rect. |
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()