Skip to main content
A newer version of this page is available. .
Tab

ASPxListEdit.ValueType Property

Gets the data type of the editor’s values.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Type string

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.Char
  • System.Byte
  • System.Guid

This property is a wrapper of the ListEditProperties.ValueType property.

See Also