Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

OfficeNavigationBar.PeekFormSize Property

Gets or sets the size of the Peek Form.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Behavior")]
public Size PeekFormSize { get; set; }

#Property Value

Type Description
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