Back to Devexpress

TrackBarProperties.AllowRangeSelection Property

aspnet-devexpress-dot-web-dot-trackbarproperties-187289d9.md

latest2.1 KB
Original Source

TrackBarProperties.AllowRangeSelection Property

Gets or sets a value that specifies whether or not an end-user can select a range of track bar values.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool AllowRangeSelection { get; set; }
vb
<DefaultValue(False)>
Public Property AllowRangeSelection As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the editor is in the range selection mode; otherwise, false.

|

Remarks

The AllowRangeSelection property places the editor in the range selection mode. In this mode, the second drag handle appears, which allows an end-user to select not only a single value, but a range of values. The ASPxTrackBar.PositionStart and ASPxTrackBar.PositionEnd properties can be used to get or set the selected range.

Note

The AllowRangeSelection property synchronizes its value with the editor’s ASPxTrackBar.AllowRangeSelection property.

See Also

MinValue

MaxValue

PositionStart

PositionEnd

Track Bar

TrackBarProperties Class

TrackBarProperties Members

DevExpress.Web Namespace