Back to Devexpress

BulletTooltipShadowBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-c1a1a2b4.md

latest2.9 KB
Original Source

BulletTooltipShadowBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class BulletTooltipShadowBuilder :
    OptionsOwnerBuilder

The following members return BulletTooltipShadowBuilder objects:

Show 11 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder BulletTooltipShadowBuilder

See Also

BulletTooltipShadowBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace