TextBox Class |
Namespace: Resto.Front.Api.V4.Data.Settings
[SerializableAttribute] public sealed class TextBox : BaseSetting<string>
The TextBox type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsReadonly |
Is element readonly or available for editing.
(Inherited from BaseSettingT.) |
![]() | Key | (Inherited from BaseSettingT.) |
![]() | LabelText |
Text on label next to the element.
(Inherited from BaseSettingT.) |
![]() | MaxLength |
Max length of text.
|
![]() | Value |
Value.
(Inherited from BaseSettingT.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |