Spread for ASP.NET 12 Product Documentation
ItemType Property (FpSpread)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : ItemType Property
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;}
Remarks
Setting this property enables the Item and BindItem data-binding expressions.
See Also

Reference

FpSpread Class
FpSpread Members