Interface IUiEditableParameters
Interface for UI editable component parameters.
Namespace: Serenity.Ui.Application.Interfaces.Components
Assembly: Serenity.Ui.Application.dll
Syntax
public interface IUiEditableParameters : IComponentParameters, IFoundationSettings
Properties
MaxLength
Gets or sets the maximum length of the editable component's value.
Declaration
int MaxLength { get; set; }
Property Value
| Type | Description |
|---|---|
| int | The maximum length of the editable component's value. |
Value
Gets or sets the value of the editable component.
Declaration
string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The value of the editable component. |