Skip to main content
Tab

UploadControlButtonPropertiesBase.Text Property

Gets or sets the text displayed in a button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual string Text { get; set; }

#Property Value

Type Description
String

A String value specifying the text of the button.

See Also