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

FlyoutPanelButtonOptions(FlyoutPanel) Constructor

Initializes a new instance of the FlyoutPanelButtonOptions class with the specified settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public FlyoutPanelButtonOptions(
    FlyoutPanel owner
)

Parameters

Name Type Description
owner FlyoutPanel

A FlyoutPanel that owns the current FlyoutPanelButtonOptions.

See Also