ViewUserControl<TModel>.Model Property

Definition

Gets the model.

public TModel Model { get; }
member this.Model : 'Model
Public ReadOnly Property Model As TModel

Property Value

TModel

A reference to the data model.

Applies to