Skip to main content
Tab

RibbonGalleryBarItem.ValueType Property

Gets the data type of the item 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 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