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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public EditRange SelectionRange { get; }

Property Value

Type Description
DevExpress.Xpf.Editors.RangeControl.EditRange

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

See Also