Skip to main content
Tab

FileManagerToolbarItemBase.Text Property

Gets or sets the text displayed within the toolbar item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the toolbar item text.

Remarks

The Text property specifies a text displayed within the toolbar item. To get access to an item’s image settings, use the FileManagerToolbarItemBase.Image property.

See Also