Skip to main content

ToolbarCustomComboBoxProperties.ValueType Property

Specifies the data type of the editor’s values.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(string))]
public Type ValueType { get; set; }

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