Skip to main content
Tab

ASPxGridTextSettings.ToolbarRefresh Property

Specifies the text displayed in the Refresh toolbar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string ToolbarRefresh { get; set; }

Property Value

Type Default Description
String String.Empty

The text.

Remarks

The toolbar item displays ‘Refresh’ if the ToolbarRefresh property is set to an empty string.

Note

The ToolbarRefresh property is not in effect if the toolbar item’s Text property is specified.

See Also