Class RangeSelectorBodyElement
Inheritance
System.Object
RangeSelectorBodyElement
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.UI.dll
Syntax
public class RangeSelectorBodyElement : StackLayoutElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RangeSelectorBodyElement()
Declaration
public RangeSelectorBodyElement()
Properties
LeftArrow
Declaration
public RangeSelectorArrowButton LeftArrow { get; }
Property Value
|
RangeSelectorArrowButton
|
RightArrow
Declaration
public RangeSelectorArrowButton RightArrow { get; }
Property Value
|
RangeSelectorArrowButton
|
ShowButtons
Gets or Sets whether the RangeSelector's handles should be drawn
Declaration
public bool ShowButtons { get; set; }
Property Value
|
System.Boolean
|
ViewContainer
Declaration
public RangeSelectorViewContainer ViewContainer { get; }
Property Value
|
RangeSelectorViewContainer
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
|
System.Drawing.SizeF
availableSize
|
Returns
|
System.Drawing.SizeF
|