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

FlyoutPanel.Dock Property

This property is not supported by the FlyoutPanel class. Use the FlyoutPanelOptions.AnchorType property to specify the position at which the panel is displayed.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
public override DockStyle Dock { get; set; }

Property Value

Type
DockStyle
See Also