NavBarControl.NavPaneOptionsApplyGroupFont Event
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#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