Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / ItemType Property


In This Topic
    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;}
    Remarks
    Setting this property enables the Item and BindItem data-binding expressions.
    See Also