OfficeNavigationBar.PeekFormSize Property
Gets or sets the size of the Peek Form.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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