Skip to main content
Tab

EditorStyles.TextBox Property

Gets the style settings that define a textbox editor’s appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual EditStyleBase TextBox { get; }

#Property Value

Type Description
EditStyleBase

An EditStyleBase object containing the style settings.

See Also