ASPxCheckBox.ValueType Property
Gets the data type of the editor’s values.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Type | bool | A Type object that represents the type of values. |
Remarks
The ValueType property supports the following values.
- System.Boolean
- System.Int16
- System.Int32
- System.String
- System.Double
- System.Decimal
- System.DateTime
- System.Char
- System.Byte
This property is a wrapper of the CheckBoxProperties.ValueType property.
See Also