Skip to main content
A newer version of this page is available. .

RangeControl.SelectionRange Property

Gets the selection range. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public EditRange SelectionRange { get; }

Property Value

Type Description
DevExpress.Xpf.Editors.RangeControl.EditRange

A DevExpress.Xpf.Editors.RangeControl.EditRange object.

See Also