ButtonEditPropertiesBase.AllowUserInput Property
Gets or sets a value that specifies whether end-users are allowed to input values into an editor’s edit box.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Use the AllowUserInput property to forbid end-users from inputting values into an editor’s edit box while allowing the edited value to be changed via the editor’s UI elements, if any. For instance, you can disable text editing in a spin editor’s box, while allowing end-users to select values by clicking spin buttons.
Note
The AllowUserInput property synchronizes its value with the editor’s ASPxButtonEditBase.AllowUserInput property.