Skip to main content
Tab

ASPxListEdit.ValueType Property

Gets the data type of the editor’s values.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.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 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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ValueType property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also