TrackBarProperties.ValueType Property
Gets or sets the data type of a track bar item value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Type | decimal | A Type object that specifies the type of values. |
Remarks
The ValueType property’s value affects the data type used to specify the Items.Value properties.
The ValueType property supports the following values.
- System.Boolean
- System.Int16
- System.Int32
- System.String
- System.Decimal
- System.Char
- System.Byte
- System.Guid
Note
The ValueType property synchronizes its value with the editor’s ASPxTrackBar.ValueType property.
See Also