Back to Devexpress

NavBarControl.NavPaneOptionsApplyGroupFont Event

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-c4cdbbeb.md

latest1.8 KB
Original Source

NavBarControl.NavPaneOptionsApplyGroupFont Event

Allows you to apply a font to a group after font settings have been changed by an end-user via the Navigation Pane Options dialog.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public event EventHandler<NavPaneOptionsApplyGroupFontEventArgs> NavPaneOptionsApplyGroupFont
vb
Public Event NavPaneOptionsApplyGroupFont As EventHandler(Of NavPaneOptionsApplyGroupFontEventArgs)

Event Data

The NavPaneOptionsApplyGroupFont event's data class is DevExpress.XtraNavBar.NavPaneOptionsApplyGroupFontEventArgs.

Remarks

See NavBarControl.NavPaneOptionsCanEditGroupFont for general information on changing the font settings of groups via the Navigation Pane Options dialog.

See Also

NavPaneOptionsApplyGroupFont

NavPaneOptionsCanEditGroupFont

NavPaneOptionsReset

AllowOptionsMenuItem

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace