Show / Hide Table of Contents

Class PollsComponent.PollsViewModel

Inheritance
object
PollsComponent.PollsViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Pro.Admin.Blazor.Pages.CmsKit.WidgetComponents
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
Syntax
public class PollsComponent.PollsViewModel

Constructors

PollsViewModel()

Declaration
public PollsViewModel()

Properties

Widget

Declaration
public string Widget { get; set; }
Property Value
Type Description
string

Widgets

Declaration
public Dictionary<string, string> Widgets { get; set; }
Property Value
Type Description
Dictionary<string, string>
In this article
Back to top Powered by Volosoft