Skip to main content

RangeControl.SelectionRange Property

Gets the selection range. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

NuGet Package: 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