Gets the String value determining the name of the data field or property to be bound to this object. (readonly)

Namespace:  C1.Web.UI.Controls.C1Schedule.C1WebDataStorage
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
[TypeConverterAttribute(typeof(StringConverter))]
[DefaultValueAttribute("")]
public Type DataType { get; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<TypeConverterAttribute(GetType(StringConverter))> _
<DefaultValueAttribute("")> _
Public ReadOnly Property DataType As Type
	Get

See Also