Back to Devexpress

TooltipShowEventBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-3ab191b9.md

latest1.9 KB
Original Source

TooltipShowEventBuilder Class

Provides methods that allow you to configure nested options of the client-side showEvent object.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class TooltipShowEventBuilder :
    OptionsOwnerBuilder

The following members return TooltipShowEventBuilder objects:

Remarks

Do not instantiate this class explicitly. A new TooltipShowEventBuilder class instance is created when you call the ShowEvent(Action<TooltipShowEventBuilder>) method.

Inheritance

Object OptionsOwnerBuilder TooltipShowEventBuilder

See Also

TooltipShowEventBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace