Skip to main content

ContextMenuShowSubmenuModeDelayBuilder Class

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

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class ContextMenuShowSubmenuModeDelayBuilder :
    OptionsOwnerBuilder

Remarks

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

Inheritance

Object
OptionsOwnerBuilder
ContextMenuShowSubmenuModeDelayBuilder
See Also