PopoverHideEventBuilder Class
In This Article
Provides methods that allow you to configure nested options of the client-side hideEvent object.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class PopoverHideEventBuilder :
OptionsOwnerBuilder
#Related API Members
The following members return PopoverHideEventBuilder objects:
#Remarks
Do not instantiate this class explicitly. A new PopoverHideEventBuilder
class instance is created when you call the HideEvent(Action<PopoverHideEventBuilder>) method.
#Inheritance
Object
OptionsOwnerBuilder
PopoverHideEventBuilder
See Also