Class HiddenGuidInputComponent
Represents a hidden input form component.
public class HiddenGuidInputComponent : FormComponent<HiddenGuidInputProperties, Guid>
- Inheritance
-
objectHiddenGuidInputComponent
- Inherited Members
- Extension Methods
Fields
IDENTIFIER
Represents the HiddenGuidInputComponent identifier.
public const string IDENTIFIER = "Kentico.HiddenGuidInput"
Field Value
- string
Properties
LabelForPropertyName
Returns an empty string.
public override string LabelForPropertyName { get; }
Property Value
- string
Value
Gets or set value of the HiddenGuidInputComponent.
public Guid Value { get; set; }
Property Value
- Guid
Methods
GetValue()
Returns the Value.
public override Guid GetValue()
Returns
- Guid
SetValue(Guid)
Sets the Value.
public override void SetValue(Guid value)
Parameters
value
Guid