Back to Devexpress

IRangeControlClient Properties

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

latest2.3 KB
Original Source

IRangeControlClient Properties

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

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.

See Also

IRangeControlClient Interface

IRangeControlClient Members

DevExpress.Xpf.Editors.RangeControl Namespace