Skip to main content

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.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override DockStyle Dock { get; set; }

Property Value

Type
DockStyle
See Also