Back to Devexpress

ASPxCheckBox.ValueType Property

aspnet-devexpress-dot-web-dot-aspxcheckbox-5c7ca295.md

latest1.5 KB
Original Source

ASPxCheckBox.ValueType Property

Gets the data type of the editor’s values.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(typeof(bool))]
public virtual Type ValueType { get; set; }
vb
<DefaultValue(GetType(Boolean))>
Public Overridable Property ValueType As Type

Property Value

TypeDefaultDescription
Typebool

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

Check Box

ASPxCheckBox Class

ASPxCheckBox Members

DevExpress.Web Namespace