Skip to main content
A newer version of this page is available. .

ASPxGridViewCustomButtonInitializer.ToolTip Property

Gets or sets the command button image’s tooltip text.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public string ToolTip { get; set; }

Property Value

Type Description
String

A string which specifies the text of the current command button image’s tooltip.

See Also