Class GroupLinkElement
Represent a link element among GroupFieldElement in GroupElement.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GroupLinkElement : GridVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
GroupLinkElement(TemplateGroupsElement)
Initializes a new instance of the GroupLinkElement class.
Declaration
public GroupLinkElement(TemplateGroupsElement templateElement)
Parameters
TemplateGroupsElement
templateElement
The template element. |
Fields
TypeProperty
Properties
LeftArrowPrimitive
Gets the left arrow primitive.
Declaration
public ArrowPrimitive LeftArrowPrimitive { get; }
Property Value
ArrowPrimitive
The left arrow primitive. |
RightArrowPrimtiive
Gets the right arrow primtiive.
Declaration
public ArrowPrimitive RightArrowPrimtiive { get; }
Property Value
ArrowPrimitive
The right arrow primtiive. |
TemplateElement
Gets the template element.
Declaration
public TemplateGroupsElement TemplateElement { get; }
Property Value
TemplateGroupsElement
The template element. |
Type
Gets or sets the type.
Declaration
public GroupLinkElement.LinkType Type { get; set; }
Property Value
GroupLinkElement.LinkType
The type. |
Methods
ArrangeDescriptorsBottomLink(RectangleF)
Arranges the descriptors bottom link.
Declaration
protected virtual void ArrangeDescriptorsBottomLink(RectangleF clientRect)
Parameters
System.Drawing.RectangleF
clientRect
The client rect. |
ArrangeDescriptorsTopLink(RectangleF)
Arranges the descriptors top link.
Declaration
protected virtual void ArrangeDescriptorsTopLink(RectangleF clientRect)
Parameters
System.Drawing.RectangleF
clientRect
The client rect. |
ArrangeNamesLink(RectangleF, Single)
Arranges the names link.
Declaration
protected virtual void ArrangeNamesLink(RectangleF clientRect, float middleY)
Parameters
System.Drawing.RectangleF
clientRect
The client rect. |
System.Single
middleY
The middle Y. |
ArrangeOverride(SizeF)
Arranges the RadElement to its final location. The element must call the Arrange method of each of its children.
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
The size that is available for element. |
Returns
System.Drawing.SizeF
The rectangle occupied by the element. Usually |
Overrides
Remarks
In this method call to the Arrange method of each child must be made.
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Measures the space required by the RadElement Used by the layout system.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
The size that is available to the RadElement. The available size can be infinity (to take the full size of the element) |
Returns
System.Drawing.SizeF
The minimum size required by the element to be completely visible. Cannot be infinity. |
Overrides
Remarks
In this method call to the Measure method of each child must be made.
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|