Class DataLayoutControlItem
Represents a LayoutControlItem to be used in RadDataLayout control.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DataLayoutControlItem : LayoutControlItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
DataLayoutControlItem()
Declaration
public DataLayoutControlItem()
Properties
TextPosition
Declaration
public override LayoutItemTextPosition TextPosition { get; set; }
Property Value
LayoutItemTextPosition
|
Overrides
ValidationLabel
Gets the validation label element.
Declaration
public LightVisualElement ValidationLabel { get; }
Property Value
LightVisualElement
|
ValidationTextFixedSize
Gets or sets the fixed size of the validation label. If set to 0, the text will be autosized.
Declaration
public int ValidationTextFixedSize { get; set; }
Property Value
System.Int32
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
GetControlRectangle(RectangleF)
Declaration
protected override Rectangle GetControlRectangle(RectangleF clientRect)
Parameters
System.Drawing.RectangleF
clientRect
|
Returns
System.Drawing.Rectangle
|
Overrides
GetValidationTextRectangle(RectangleF)
Gets the arrange rectangle of the validation text label.
Declaration
protected virtual Rectangle GetValidationTextRectangle(RectangleF clientRect)
Parameters
System.Drawing.RectangleF
clientRect
The client rectangle of the item. |
Returns
System.Drawing.Rectangle
The arrange rectangle of the validation label. |
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|