Skip to main content
A newer version of this page is available. .

DxFlyout Properties

A Flyout window component.
Name Description
AnimationType Specifies the animation type used by a flyout.
BodyCssClass Specifies the CSS class applied to the flyout window’s body.
BodyTemplate Specifies a template for the flyout window’s body.
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.
FooterCssClass Specifies the CSS class applied to the footer.
FooterTemplate Specifies a template for the flyout window’s footer.
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.
HeaderCssClass Specifies the CSS class applied to the header.
HeaderTemplate Specifies a template for the flyout window’s header.
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 scroll bar appears in the flyout window if its content exceeds the window’s boundaries.
SizeMode Inherited from DxSizableComponentBase.
StopOutsideClickPropagation Specifies whether the control halts an outer click propagation.
Width Specifies the flyout window’s width.
See Also