Skip to main content

DxFlyout Properties

A contextual popup UI element that allows you to display hints, warnings, and other messages.
Name Description
AnimationType Specifies the animation type used by a flyout.
BodyContentTemplate Specifies a template for content of the flyout window’s body.
BodyCssClass Specifies the CSS class applied to the flyout window’s body.
BodyTemplate Specifies a template for the flyout window’s body. Replaces the default render fragment (including paddings, scrollbars, etc.)
BodyText Specifies the text displayed in the flyout window’s body.
BodyTextTemplate Specifies a template for the flyout window’s body text area.
CloseMode Specifies how the Flyout component behaves when it does not meet the position restrictions.
CloseOnOutsideClick Specifies whether the flyout window should be closed when a user clicks outside the window’s boundaries.
CssClass Specifies the name of the CSS class applied to the flyout window.
Distance Specifies the distance between the flyout window and its target element.
FitToRestriction Specifies whether the flyout window can overlap restriction boundaries.
FooterContentTemplate Specifies a template for content of the flyout window’s footer.
FooterCssClass Specifies the CSS class applied to the footer.
FooterTemplate Specifies a template for the window’s footer. Replaces the default render fragment (including paddings, scrollbars, etc.)
FooterText Specifies the text displayed in the flyout window’s footer.
FooterTextTemplate Specifies a template for the flyout window’s footer text area.
FooterVisible Specifies the visibility of the footer.
HeaderContentTemplate Specifies a template for content of the flyout window’s header.
HeaderCssClass Specifies the CSS class applied to the header.
HeaderTemplate Specifies a template for the flyout window’s header. Replaces the default render fragment (including paddings, scrollbars, etc.)
HeaderText Specifies the text displayed in the flyout window’s header.
HeaderTextTemplate Specifies a template for the flyout window’s header text area.
HeaderVisible Specifies the visibility of the header.
Height Specifies the flyout window height.
Id Specifies the control’s unique identifier.
InitializedTask The task that allows you to wait until the flyout window is initialized.
IsInitialized Gets whether the Flyout component is initialized.
IsOpen Specifies whether the flyout window is open.
MaxHeight Specifies the maximum height of the flyout window.
MaxWidth Specifies the maximum width of the flyout window.
MinHeight Specifies the minimum height of the flyout window.
MinWidth Specifies the minimum width of the flyout window.
Offset Specifies the window’s offset.
Position Specifies how to position the flyout window.
PositionRectangle Specifies a rectangle object relative to the flyout window’s position.
PositionTarget Specifies the UI element relative to the flyout window’s position.
PreventCloseOnPositionTargetClick Specifies whether the flyout window should be closed when a user clicks the position target element.
RestrictionMode Specifies an element that restricts the Flyout component position.
RestrictionRectangle Specifies a rectangle object that restricts the Flyout component position.
RestrictionTarget Specifies a target element that restricts the flyout window’s position.
Scrollable Specifies whether the vertical scrollbar appears in the flyout window if its content exceeds the window’s boundaries.
SizeMode Specifies the size of a dialog’s inner elements. Also affects a dialog’s size and content. Inherited from DxSizableComponentBase.
StopOutsideClickPropagation Specifies whether the control halts an outer click propagation.
Width Specifies the flyout window’s width.
See Also