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.v24.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public FlyoutPanelButtonOptions(
    FlyoutPanel owner
)

Parameters

Name Type Description
owner FlyoutPanel

A FlyoutPanel that owns the current FlyoutPanelButtonOptions.

See Also