| TextBox Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Resto.Front.Api.Data.Settings
 Syntax
Syntax[SerializableAttribute] public sealed class TextBox : BaseSetting<string>
The TextBox type exposes the following members.
 Constructors
Constructors Properties
Properties| 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.) | 
 Methods
Methods| 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.) | 
 See Also
See Also