Skip to main content
Tab

TextBoxPropertiesBase Class

Contains the base settings specific to textbox editors.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public abstract class TextBoxPropertiesBase :
    TextEditProperties

#Remarks

Serves as a base for the editor properties classes that define the behavior of editors containing the textbox for text data input.

See Also