Show / Hide Table of Contents

Class PollsViewModel

Inheritance
object
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.Web.Pages.CmsKit.Polls
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
public class PollsViewModel

Constructors

PollsViewModel()

Declaration
public PollsViewModel()

Properties

Widget

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

Widgets

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