Back to Devexpress

DxFlyout Members

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

latest10.3 KB
Original Source

DxFlyout Members

A contextual popup UI element that allows you to display hints, warnings, and other messages.

Constructors

NameDescription
DxFlyout()Initializes a new instance of the DxFlyout class.

Properties

NameDescription
AnimationTypeSpecifies the animation type used by a flyout.
AttributesSpecifies a collection of standard HTML attributes applied to the Flyout.
BodyContentTemplateSpecifies a template for content of the flyout window’s body.
BodyCssClassAssigns a CSS class to the flyout window’s body.
BodyTemplateSpecifies a template for the flyout window’s body. Replaces the default render fragment (including paddings, scrollbars, etc.)
BodyTextSpecifies the text displayed in the flyout window’s body.
BodyTextTemplateSpecifies a template for the flyout window’s body text area.
ChildContentSpecifies body content.
CloseModeSpecifies how the Flyout component behaves when it does not meet the position restrictions.
CloseOnOutsideClickSpecifies whether the flyout window should be closed when a user clicks outside the window’s boundaries.
ContentLoadModeSpecifies when the flyout window content is loaded.
CssClassAssigns a CSS class to the flyout window.
DistanceSpecifies the distance between the flyout window and its target element.
FitToRestrictionSpecifies whether the flyout window can overlap restriction boundaries.
FooterContentTemplateSpecifies a template for content of the flyout window’s footer.
FooterCssClassAssigns a CSS class to the footer.
FooterTemplateSpecifies a template for the window’s footer. Replaces the default render fragment (including paddings, scrollbars, etc.)
FooterTextSpecifies the text displayed in the flyout window’s footer.
FooterTextTemplateSpecifies a template for the flyout window’s footer text area.
FooterVisibleSpecifies the visibility of the footer.
HeaderContentTemplateSpecifies a template for content of the flyout window’s header.
HeaderCssClassAssigns a CSS class to the header.
HeaderTemplateSpecifies a template for the flyout window’s header. Replaces the default render fragment (including paddings, scrollbars, etc.)
HeaderTextSpecifies the text displayed in the flyout window’s header.
HeaderTextTemplateSpecifies a template for the flyout window’s header text area.
HeaderVisibleSpecifies the visibility of the header.
HeightSpecifies the flyout window height.
IdSpecifies the control’s unique identifier.
InitializedTaskThe task that allows you to wait until the flyout window is initialized.
IsInitializedGets whether the Flyout component is initialized.
IsOpenSpecifies whether the flyout window is open.
MaxHeightSpecifies the maximum height of the flyout window.
MaxWidthSpecifies the maximum width of the flyout window.
MinHeightSpecifies the minimum height of the flyout window.
MinWidthSpecifies the minimum width of the flyout window.
OffsetSpecifies the window’s offset.
PositionSpecifies how to position the flyout window.
PositionRectangleSpecifies a rectangle object relative to the flyout window’s position.
PositionTargetSpecifies the UI element relative to the flyout window’s position.
PreventCloseOnPositionTargetClickSpecifies whether the flyout window should be closed when a user clicks the position target element.
RestrictionModeSpecifies an element that restricts the Flyout component position.
RestrictionRectangleSpecifies a rectangle object that restricts the Flyout component position.
RestrictionTargetSpecifies a target element that restricts the flyout window’s position.
ScrollableSpecifies whether the vertical scrollbar appears in the flyout window if its content exceeds the window’s boundaries.
SizeModeSpecifies the size of the component and its content.
StopOutsideClickPropagationSpecifies whether the control halts an outer click propagation.
WidthSpecifies the flyout window’s width.

Methods

NameDescription
CloseAsync(CancellationToken)Asynchronously closes the flyout window.
DisposeAsync()Asynchronously disposes the Flyout.
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.
RepositionAsync(CancellationToken)Repositions the flyout window based on the position settings.
ShowAsync(CancellationToken)Asynchronously shows the flyout window.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
ClosedFires after the flyout window is closed.
ClosingFires before the flyout window is closed.
CreatedFires after the flyout window is initialized.
DisposedFires after the Flyout is disposed.
IsOpenChangedFires when the flyout window opens or closes.
ShowingFires before the flyout window is displayed.
ShownFires after the flyout window is displayed.

See Also

DxFlyout Class

DevExpress.Blazor Namespace