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


In This Topic
    FpSpreadAdapter Property
    In This Topic
    Call DynamicDataManager's RegisterControl method against this property to register spread with the DynamicDataManager.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FpSpreadAdapter As DataBoundControl
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As DataBoundControl
     
    value = instance.FpSpreadAdapter
    public DataBoundControl FpSpreadAdapter {get;}
    See Also