Class GroupLinkElement
Represent a link element among Group
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 Group
Declaration
public GroupLinkElement(TemplateGroupsElement templateElement)
Parameters
Template The template element. |
Fields
TypeProperty
Properties
LeftArrowPrimitive
Gets the left arrow primitive.
Declaration
public ArrowPrimitive LeftArrowPrimitive { get; }
Property Value
Arrow The left arrow primitive. |
RightArrowPrimtiive
Gets the right arrow primtiive.
Declaration
public ArrowPrimitive RightArrowPrimtiive { get; }
Property Value
Arrow The right arrow primtiive. |
TemplateElement
Gets the template element.
Declaration
public TemplateGroupsElement TemplateElement { get; }
Property Value
Template The template element. |
Type
Gets or sets the type.
Declaration
public GroupLinkElement.LinkType Type { get; set; }
Property Value
Group The type. |
Methods
ArrangeDescriptorsBottomLink(RectangleF)
Arranges the descriptors bottom link.
Declaration
protected virtual void ArrangeDescriptorsBottomLink(RectangleF clientRect)
Parameters
System. The client rect. |
ArrangeDescriptorsTopLink(RectangleF)
Arranges the descriptors top link.
Declaration
protected virtual void ArrangeDescriptorsTopLink(RectangleF clientRect)
Parameters
System. The client rect. |
ArrangeNamesLink(RectangleF, Single)
Arranges the names link.
Declaration
protected virtual void ArrangeNamesLink(RectangleF clientRect, float middleY)
Parameters
System. The client rect. |
System. The middle Y. |
ArrangeOverride(SizeF)
Arranges the Rad
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System. The size that is available for element. |
Returns
System. 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 Rad
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System. The size that is available to the Rad |
Returns
System. 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)