Skip to main content

FlyoutPanelButtonOptions(FlyoutPanel) Constructor

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v26.1.dll

Declaration

public FlyoutPanelButtonOptions(
    FlyoutPanel owner
)

Parameters

Name Type Description
owner FlyoutPanel

A FlyoutPanel that owns the current FlyoutPanelButtonOptions.

See Also