Back to Devexpress

TrackBarSettings.Properties Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-trackbarsettings.md

latest1.7 KB
Original Source

TrackBarSettings.Properties Property

Provides access to the settings that are specific to the TrackBar editor type.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxTrackBarProperties Properties { get; }
vb
Public ReadOnly Property Properties As MVCxTrackBarProperties

Property Value

TypeDescription
MVCxTrackBarProperties

An MVCxTrackBarProperties object containing the TrackBar specific settings.

|

Remarks

Use this property to get access to the TrackBar specific settings. To access all the TrackBar settings, use the members exposed by the TrackBarSettings class.

See Also

TrackBar

TrackBarSettings

TrackBarSettings Members

DevExpress.Web.Mvc Namespace