Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / LayoutTemplate Class / LayoutDataModel Property


In This Topic
    LayoutDataModel Property (LayoutTemplate)
    In This Topic
    Gets or sets the data for the layout template.
    Syntax
    'Declaration
     
    
    Public Property LayoutDataModel As ISheetDataModel
    'Usage
     
    
    Dim instance As LayoutTemplate
    Dim value As ISheetDataModel
     
    instance.LayoutDataModel = value
     
    value = instance.LayoutDataModel
    public ISheetDataModel LayoutDataModel {get; set;}

    Property Value

    ISheetDataModel containing the data model
    Exceptions
    ExceptionDescription
    Data cannot be null; specify data that is not null.
    See Also