Skip to main content

WindowsUIButtonPanel.PeekFormOptions Property

Provides access to the Peek Form settings, such as size, show delay, beak location.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Options")]
public PeekFormOptions PeekFormOptions { get; }

Property Value

Type Description
DevExpress.XtraBars.Docking2010.PeekFormOptions

A DevExpress.XtraBars.Docking2010.PeekFormOptions object that specifies the Peek Form settings, such as size, show delay, beak location.

See Also