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


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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

FpSpread Class
FpSpread Members

 

 


Copyright © GrapeCity, inc. All rights reserved.