Back to Devexpress

IRangeControlClient Members

wpf-devexpress-dot-xpf-dot-editors-dot-rangecontrol-dot-irangecontrolclient-dot-underscore-members.md

latest4.2 KB
Original Source

IRangeControlClient Members

The interface that a Range Control Client must implement to be embedded in the RangeControl.

Properties

NameDescription
AllowThumbsThis property specifies whether to show selection thumbs.
ClientBoundsSpecifies the client bounds.
ConvergeThumbsOnZoomingOutThis property specifies whether to change the selected range in accordance with the visible range.
EndThis property specifies the end boundary of a range.
GrayOutNonSelectedRangeThis property specifies whether the grayscale effect is applied to an unselected range.
SelectionEndThis property should specify the end boundary of the selected range.
SelectionStartThis property specifies the start boundary of the selected range.
SnapSelectionToGridThis property specifies whether to snap the selection thumbs to the bounds of the range items.
StartThis property specifies the start boundary of a range.
VisibleEndThis property specifies the end boundary of the visible range.
VisibleStartThis property specifies the start boundary of the visible range.

Methods

NameDescription
FormatText(Object)Returns the display representation of the specified value.
GetComparableValue(Object)Gets a comparable value associated to the specified real value object.
GetRealValue(Double)Gets the object corresponding to the specified comparable value.
GetSnappedValue(Object, Boolean)Gets the snapped value corresponding to the specified real value.
HitTest(Point)Returns information on the range control client regions located at the specified point.
Invalidate(Size)Invalidates the viewport, forcing it to be recalculated.
SetRange(Object, Object, Size)Specifies the range bounds.
SetSelectionRange(Object, Object, Size, Boolean)Specifies the selected range.
SetVisibleRange(Object, Object, Size)Specifies the visible range.

Events

NameDescription
LayoutChangedFires when the layout of items within the range control is changed.

See Also

IRangeControlClient Interface

DevExpress.Xpf.Editors.RangeControl Namespace