Skip to main content

ButtonSettings.Text Property

Gets or sets the text displayed within the button.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public string Text { get; set; }

#Property Value

Type Description
String

A string value representing the text displayed within the button.

See Also