Gets or sets the items.
Namespace: Ico.AnyGlass.AlarmWorX.ViewModelAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public List<AwxViewBaseViewModel> Items { get; set; } |
| Visual Basic |
|---|
Public Property Items As List(Of AwxViewBaseViewModel) Get Set |
| JScript |
|---|
function get Items () : List<AwxViewBaseViewModel> function set Items (value : List<AwxViewBaseViewModel>) |