Table of Contents

Class HiddenGuidInputProperties

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Represents properties of a HiddenGuidInputProperties.

public class HiddenGuidInputProperties : FormComponentProperties<Guid>
Inheritance
object
HiddenGuidInputProperties
Inherited Members
Extension Methods

Constructors

HiddenGuidInputProperties()

Initializes a new instance of the HiddenGuidInputProperties class.

public HiddenGuidInputProperties()

Properties

DefaultValue

Gets or sets default value for HiddenGuidInputProperties.

public override Guid DefaultValue { get; set; }

Property Value

Guid

Label

Returns an empty string.

public override string Label { get; set; }

Property Value

string