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


In This Topic
    ItemType Property (SheetView)
    In This Topic
    Gets or sets the name of the data item type in model binding.
    Syntax
    'Declaration
     
    
    Public Property ItemType As String
    'Usage
     
    
    Dim instance As SheetView
    Dim value As String
     
    instance.ItemType = value
     
    value = instance.ItemType
    public string ItemType {get; set;}
    Remarks
    The ItemType property allows you to use strongly-typed binding in the bound control. This property can also be used to declare the type of data the control is bound to. The SelectMethod should return the correct type when setting the ItemType property.
    Example
    This example sets the ItemType property.
    See Also