ClassGroupBoxHeader
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class GroupBoxHeader : GroupBoxVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IBindableComponent, IComponent, IDisposable, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementRadComponentElementRadItemGroupBoxVisualElementGroupBoxHeader
Implements:
Inherited Members
Constructors
GroupBoxHeader()
Declaration
public GroupBoxHeader()
Fields
GroupBoxStyleProperty
Declaration
public static RadProperty GroupBoxStyleProperty
Field Value
HeaderPositionProperty
Declaration
public static RadProperty HeaderPositionProperty
Field Value
Properties
GroupBoxStyle
Declaration
public RadGroupBoxStyle GroupBoxStyle { get; set; }
Property Value
HeaderPosition
Declaration
public HeaderPosition HeaderPosition { get; set; }
Property Value
ImageAndTextLayout
Declaration
public ImageAndTextLayoutPanel ImageAndTextLayout { get; set; }
Property Value
ImagePrimitive
Declaration
public ImagePrimitive ImagePrimitive { get; set; }
Property Value
RightToLeft
Gets or sets the direction of flow of the elements and whether elements are aligned to support locales using right-to-left fonts.
Declaration
public override bool RightToLeft { get; set; }
Property Value
Overrides
Text
Gets or sets the text displayed by this item.
Declaration
public override string Text { get; set; }
Property Value
The text content of the item. The default value is an empty string.
Overrides
Remarks
This property supports data binding and localization. The text can contain HTML markup when the HTML support is enabled for the containing control. Changes to this property will trigger layout updates and repainting of the item.
TextPrimitive
Declaration
public TextPrimitive TextPrimitive { get; set; }
Property Value
Methods
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
MeasureOverride(SizeF)
Measures the space required by the RadElement
Used by the layout system.
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
availableSize
The size that is available to the RadElement. The available size can be infinity (to take the full size of the element)
Returns
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.
ToString()
Returns a string representation of the RadComponentElement, including its site name if available.
Declaration
public override string ToString()
Returns
A string containing the site name and type name if the element has a site; otherwise, just the type name.
Overrides