Back to Devexpress

ContextMenuAnimationBuilder Class

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

latest1.9 KB
Original Source

ContextMenuAnimationBuilder Class

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

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class ContextMenuAnimationBuilder :
    OptionsOwnerBuilder

The following members return ContextMenuAnimationBuilder objects:

Remarks

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

Inheritance

Object OptionsOwnerBuilder ContextMenuAnimationBuilder

See Also

ContextMenuAnimationBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace