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

OfficeNavigationBar.PeekFormSize Property

Gets or sets the size of the Peek Form.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

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