BootstrapRangeSelectorScale.ValueType Property
Gets or sets the type of values.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Type | object | A Type object that identifies the type of values. |
Remarks
The ValueType property supports the following values:
- System.String
- System.Decimal
- System.Double
- System.DateTime
See Also