Back to Devexpress

DxPopup Members

blazor-devexpress-dot-blazor-dot-dxpopup-dot-underscore-members.md

latest13.2 KB
Original Source

DxPopup Members

A modal popup window with custom content that overlays the current view.

Constructors

NameDescription
DxPopup()Initializes a new DxPopup class instance.

Properties

NameDescription
AllowDragSpecifies whether users can drag the Popup.
AllowDragByHeaderOnlySpecifies whether a user can start window drag-and-drop in the header only or anywhere in the client area.
AllowResizeSpecifies whether users can resize the Popup.
ApplyBackgroundShadingSpecifies whether to shade the background when the Popup appears. Inherited from DxPopupBase.
AttributesSpecifies a collection of standard HTML attributes applied to the Popup. Inherited from DxPopupBase.
BodyContentTemplateSpecifies a template for content of the pop-up window’s body. Inherited from DxPopupBase.
BodyCssClassAssigns a CSS class to the body. Inherited from DxPopupBase.
BodyTemplateSpecifies a template for the pop-up window’s body. Replaces the default render fragment (including paddings, scrollbars, etc.) Inherited from DxPopupBase.
BodyTextSpecifies text displayed in the Popup body. Inherited from DxPopupBase.
ChildContentSpecifies body content. Inherited from DxPopupBase.
CloseOnEscapeSpecifies whether the Popup should be closed when a user presses Escape. Inherited from DxPopupBase.
CloseOnOutsideClickSpecifies whether the Popup should be closed when a user clicks outside the Popup’s boundaries. Inherited from DxPopupBase.
ContentObsolete. This property is now obsolete. Use the BodyContentTemplate property instead. Inherited from DxPopupBase.
ContentLoadModeSpecifies when the popup content is loaded. Inherited from DxPopupBase.
CssClassAssigns a CSS class to the entire Popup. Inherited from DxPopupBase.
EnableAdaptivitySpecifies whether the Popup adapts its width on phones and tables. Inherited from DxPopupBase.
FooterContentTemplateSpecifies a template for content of the pop-up window’s footer. Inherited from DxPopupBase.
FooterCssClassAssigns a CSS class to the footer. Inherited from DxPopupBase.
FooterTemplateSpecifies a template for the window’s footer. Replaces the default render fragment (including paddings, scrollbars, etc.) Inherited from DxPopupBase.
FooterTextSpecifies text displayed in the Popup footer. Inherited from DxPopupBase.
HeaderContentTemplateSpecifies a template for content of the pop-up window’s header. Inherited from DxPopupBase.
HeaderCssClassAssigns a CSS class to the header. Inherited from DxPopupBase.
HeaderTemplateSpecifies a template for the window’s header. Replaces the default render fragment (including paddings, scrollbars, etc.) Inherited from DxPopupBase.
HeaderTextSpecifies text displayed in the Popup header. Inherited from DxPopupBase.
HeightSpecifies the Popup’s height. Inherited from DxPopupBase.
HorizontalAlignmentSpecifies the Popup’s horizontal alignment.
IdSpecifies the component’s unique identifier. Inherited from DxPopupBase.
IsInitializedGets whether the Popup component is initialized. Inherited from DxPopupBase.
MaxHeightSpecifies the Popup’s maximum height when it adapts to fit its content. Inherited from DxPopupBase.
MaxWidthSpecifies the Popup’s maximum width when it adapts to fit its content. Inherited from DxPopupBase.
MinHeightSpecifies the Popup’s minimum height when it adapts to fit its content. Inherited from DxPopupBase.
MinWidthSpecifies the Popup’s minimum width when it adapts to fit its content. Inherited from DxPopupBase.
PositionXSpecifies the X coordinate of the Popup’s top left corner.
PositionYSpecifies the Y coordinate of the Popup’s top left corner.
ScrollableSpecifies whether the vertical scrollbar appears in the drop-down window if its content exceeds the window’s boundaries. Inherited from DxPopupBase.
ShowCloseButtonSpecifies whether the header displays the Close button. Inherited from DxPopupBase.
ShowFooterSpecifies whether the Popup displays the footer. Inherited from DxPopupBase.
ShowHeaderSpecifies whether the Popup displays the header. Inherited from DxPopupBase.
SizeModeSpecifies the size of the component and its content. Inherited from DxPopupBase.
VerticalAlignmentSpecifies the Popup’s vertical alignment.
VisibleSpecifies whether the Popup is visible. Inherited from DxPopupBase.
WidthSpecifies the Popup’s width. Inherited from DxPopupBase.
ZIndexSpecifies the Popup’s z-index. Inherited from DxPopupBase.

Methods

NameDescription
CloseAsync(CancellationToken)Asynchronously closes the Popup. Inherited from DxPopupBase.
DisposeAsync()Asynchronously disposes of the Popup. Inherited from DxPopupBase.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ShowAsync(CancellationToken)Asynchronously shows the Popup. Inherited from DxPopupBase.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
CloseButtonClickObsolete. This event is now obsolete. Handle the Closing or Closed event instead. Inherited from DxPopupBase.
ClosedFires after the Popup is closed. Inherited from DxPopupBase.
ClosingFires before the Popup is closed. Inherited from DxPopupBase.
CreatedFires after the Popup is created. Inherited from DxPopupBase.
DisposedFires after the Popup is disposed. Inherited from DxPopupBase.
DragCompletedFires when a user drops the Popup.
DragStartedFires when a user drags the Popup or resizes it by edges.
ResizeCompletedFires after the Popup is resized.
ResizeStartedFires when a user starts to resize the Popup.
ShowingFires before the Popup is displayed. Inherited from DxPopupBase.
ShownFires after the Popup is displayed. Inherited from DxPopupBase.
VisibleChangedFires when the Popup changes its Visible property value. Inherited from DxPopupBase.

See Also

DxPopup Class

DevExpress.Blazor Namespace