ToolbarCustomComboBoxProperties.ValueType Property
Specifies the data type of the editor’s values.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Type | string | A Type object that is the type of values. |
Remarks
The ValueType property supports the following values.
- System.Boolean
- System.Int16
- System.Int32
- System.String
- System.Char
- System.Byte
- System.Guid
See Also