Back to Devexpress

OfficeNavigationBar.PeekFormSize Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-fd36e21b.md

latest1.7 KB
Original Source

OfficeNavigationBar.PeekFormSize Property

Gets or sets the size of the Peek Form.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public Size PeekFormSize { get; set; }
vb
<DXCategory("Behavior")>
Public Property PeekFormSize As Size

Property Value

TypeDescription
Size

The size of the Peek Form.

|

Remarks

If the PeekFormSize property is set to (0,0), the Peek Form’s size is automatically calculated to fit the form’s content, which is provided via the OfficeNavigationBar.QueryPeekFormContent event.

See OfficeNavigationBar.ShowPeekFormOnItemHover to learn more.

See Also

ShowPeekFormOnItemHover

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace