Click or drag to resize
DropdownEditorViewModel Class
Model used for drop-down inline editor.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.Mvc.InternalDropdownEditorViewModel

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class DropdownEditorViewModel

The DropdownEditorViewModel type exposes the following members.

Constructors
  NameDescription
Public methodDropdownEditorViewModel
Top
Properties
  NameDescription
Public propertyLabelKey
Key used to display localized label for the drop-down.
Public propertyNoOptionsMessageKey
Key used to display localized message when no options are available.
Public propertyOptions
All options of the selector.
Public propertyPropertyName
Name of the widget property to edit.
Public propertySelected
Selected option.
Top
See Also