ASPxButton.Text Property
Gets or sets the text displayed within the button control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue("")]
public string Text { get; set; }
<DefaultValue("")>
Public Property Text As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value representing the text displayed within the button control. |
Implements
See Also
Feedback