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
paragraphViewModelParagraphViewModelThe ParagraphViewModel instance.
Returns
- GridRowViewModel
The GridRowViewModel associated with the ParagraphViewModel, or null if the ParagraphViewModel is null.