Table of Contents

Class GridRowViewModel

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll
public class GridRowViewModel : ViewModelBase, IViewModelTemplatePath
Inheritance
GridRowViewModel
Implements
Inherited Members

Constructors

GridRowViewModel()

public GridRowViewModel()

Properties

Columns

public IEnumerable<GridColumnViewModel> Columns { get; }

Property Value

IEnumerable<GridColumnViewModel>

Definition

public GridRowDefinition Definition { get; }

Property Value

GridRowDefinition

Id

public int Id { get; }

Property Value

int

Item

Gets an ItemViewModel instance of this row item.
public ItemViewModel Item { get; }

Property Value

ItemViewModel

TemplatePath

public string TemplatePath { get; }

Property Value

string

Methods

Column(int)

public GridColumnViewModel Column(int number)

Parameters

number int

Returns

GridColumnViewModel
To top