Back to Devexpress

ColorBoxBuilder.Hint(String) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-colorboxbuilder-dot-hint-x28-system-dot-string-x29.md

latest1.3 KB
Original Source

ColorBoxBuilder.Hint(String) Method

Specifies text for a hint that appears when a user pauses on the UI component. Mirrors the client-side hint option.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public ColorBoxBuilder Hint(
    string value
)

Parameters

NameTypeDescription
valueString

The option value.

|

Returns

TypeDescription
ColorBoxBuilder

A reference to this instance after the method is called.

|

Remarks

Use the following notation to set the option’s value:

cshtml
@(Html.DevExtreme().ColorBox()
    .Hint("My hint")
)

See Also

ColorBoxBuilder Class

ColorBoxBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace