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

FlyoutPanelOptions Class

Contains view and behavior options for a FlyoutPanel.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.1.dll

Declaration

[TypeConverter(typeof(ExpandableObjectConverter))]
public class FlyoutPanelOptions

The following members accept/return FlyoutPanelOptions objects:

Remarks

Use the FlyoutPanel.Options property to access and customize a FlyoutPanel‘s view and behavior settings.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the FlyoutPanelOptions class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
FlyoutPanelOptions
See Also