Skip to main content

DxComboBoxDropDownButton.Tooltip Property

Specifies the button’s tooltip.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public override string Tooltip { get; set; }

Property Value

Type Description
String

The tooltip text.

Remarks

Refer to the DxComboBoxDropDownButton class description for more information and examples.

See Also