Table of Contents

Class NumberInputProperties

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represent properties of the NumberInputComponent.

public sealed class NumberInputProperties : FormComponentProperties, IFormComponentProperties
Inheritance
object
NumberInputProperties
Implements
Inherited Members
Extension Methods

Constructors

NumberInputProperties()

public NumberInputProperties()

Properties

WatermarkText

Placeholder displayed in the number input.

[TextInputComponent(Label = "{$base.forms.numberinput.watermark.label$}", Tooltip = "{$base.forms.numberinput.watermark.tooltip$}")]
public string WatermarkText { get; set; }

Property Value

string