Table of Contents

Class ParagraphViewModelExtension

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll

Extension methods for the ParagraphViewModel class.

public static class ParagraphViewModelExtension
Inheritance
ParagraphViewModelExtension
Inherited Members

Methods

GetGridRowViewModel(ParagraphViewModel)

Gets the GridRowViewModel associated with the ParagraphViewModel.

public static GridRowViewModel? GetGridRowViewModel(this ParagraphViewModel paragraphViewModel)

Parameters

paragraphViewModel ParagraphViewModel

The ParagraphViewModel instance.

Returns

GridRowViewModel

The GridRowViewModel associated with the ParagraphViewModel, or null if the ParagraphViewModel is null.

To top