ItemType Property (FpSpread)
In This Topic
Gets or sets the name of the data item type for strongly typed data binding.
Syntax
'Declaration
Public Overridable Property ItemType As String
'Usage
Dim instance As FpSpread
Dim value As String
instance.ItemType = value
value = instance.ItemType
public virtual string ItemType {get; set;}
See Also