Back to Devexpress

DxFlyout Properties

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

latest6.7 KB
Original Source

DxFlyout Properties

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

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.

See Also

DxFlyout Class

DxFlyout Members

DevExpress.Blazor Namespace