RibbonGalleryProperties.ValueType Property
Gets the data type of the item values.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Type | string | A Type object that is the type of the 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