DevExpress v24.2 Update — Your Feedback Matters
Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.
PopoverBuilder Class
In This Article
A Popover control.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class PopoverBuilder :
WidgetBuilder
#Related API Members
The following members return PopoverBuilder objects:
Show 96 links
-
Popover
Builder. Animation (Action <Popover Animation Builder>) -
Popover
Builder. Container (JS) -
Popover
Builder. Container (String) -
Popover
Builder. Content (Razor Block) -
Popover
Builder. Content (String) -
Popover
Builder. Content Template (JS) -
Popover
Builder. Content Template (Razor Block) -
Popover
Builder. Content Template (String) -
Popover
Builder. Content Template (Template Name) -
Popover
Builder. Defer Rendering (Boolean) -
Popover
Builder. Defer Rendering (JS) -
Popover
Builder. Disabled (Boolean) -
Popover
Builder. Disabled (JS) -
Popover
Builder. Enable Body Scroll (Boolean) -
Popover
Builder. Enable Body Scroll (JS) -
Popover
Builder. Height (Double) -
Popover
Builder. Height (JS) -
Popover
Builder. Height (String) -
Popover
Builder. Hide Event (Action <Popover Hide Event Builder>) -
Popover
Builder. Hide Event (JS) -
Popover
Builder. Hide Event (String) -
Popover
Builder. Hide On Outside Click (Boolean) -
Popover
Builder. Hide On Outside Click (JS) -
Popover
Builder. Hide On Parent Scroll (Boolean) -
Popover
Builder. Hide On Parent Scroll (JS) -
Popover
Builder. Hint (JS) -
Popover
Builder. Hint (String) -
Popover
Builder. Hover State Enabled (Boolean) -
Popover
Builder. Hover State Enabled (JS) -
Popover
Builder. ID (JS) -
Popover
Builder. ID (String) -
Popover
Builder. Max Height (Double) -
Popover
Builder. Max Height (JS) -
Popover
Builder. Max Height (String) -
Popover
Builder. Max Width (Double) -
Popover
Builder. Max Width (JS) -
Popover
Builder. Max Width (String) -
Popover
Builder. Min Height (Double) -
Popover
Builder. Min Height (JS) -
Popover
Builder. Min Height (String) -
Popover
Builder. Min Width (Double) -
Popover
Builder. Min Width (JS) -
Popover
Builder. Min Width (String) -
Popover
Builder. On Content Ready (Razor Block) -
Popover
Builder. On Content Ready (String) -
Popover
Builder. On Disposing (Razor Block) -
Popover
Builder. On Disposing (String) -
Popover
Builder. On Hidden (Razor Block) -
Popover
Builder. On Hidden (String) -
Popover
Builder. On Hiding (Razor Block) -
Popover
Builder. On Hiding (String) -
Popover
Builder. On Initialized (Razor Block) -
Popover
Builder. On Initialized (String) -
Popover
Builder. On Option Changed (Razor Block) -
Popover
Builder. On Option Changed (String) -
Popover
Builder. On Showing (Razor Block) -
Popover
Builder. On Showing (String) -
Popover
Builder. On Shown (Razor Block) -
Popover
Builder. On Shown (String) -
Popover
Builder. On Title Rendered (Razor Block) -
Popover
Builder. On Title Rendered (String) -
Popover
Builder. Option (String, Object) -
Popover
Builder. Position (Action <Position Config Builder>) -
Popover
Builder. Position (Position) -
Popover
Builder. Rtl Enabled (Boolean) -
Popover
Builder. Rtl Enabled (JS) -
Popover
Builder. Shading (Boolean) -
Popover
Builder. Shading (JS) -
Popover
Builder. Shading Color (JS) -
Popover
Builder. Shading Color (String) -
Popover
Builder. Show Close Button (Boolean) -
Popover
Builder. Show Close Button (JS) -
Popover
Builder. Show Event (Action <Popover Show Event Builder>) -
Popover
Builder. Show Event (JS) -
Popover
Builder. Show Event (String) -
Popover
Builder. Show Title (Boolean) -
Popover
Builder. Show Title (JS) -
Popover
Builder. Target (JS) -
Popover
Builder. Target (String) -
Popover
Builder. Title (JS) -
Popover
Builder. Title (String) -
Popover
Builder. Title Template (JS) -
Popover
Builder. Title Template (Razor Block) -
Popover
Builder. Title Template (String) -
Popover
Builder. Title Template (Template Name) -
Popover
Builder. Toolbar Items (Action <Collection Factory <Popover Toolbar Item Builder>>) -
Popover
Builder. Visible (Boolean) -
Popover
Builder. Visible (JS) -
Popover
Builder. Width (Double) -
Popover
Builder. Width (JS) -
Popover
Builder. Width (String) -
Popover
Builder. Wrapper Attr (Dictionary <String, Object>) -
Popover
Builder. Wrapper Attr (JS) -
Popover
Builder. Wrapper Attr (Object) -
Popover
Builder. Wrapper Attr (String, Object) -
Widget
Factory <TModel>. Popover()
#Remarks
Call the Popover helper method to create a new Popover control. The method creates a PopoverBuilder
class instance whose members allow you to specify control options.
@(Html.DevExtreme().Popover() // create a Popover
// call methods to specify control options
)
#Inheritance
Object
OptionsOwnerBuilder
WidgetBuilder
PopoverBuilder
See Also