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

NavBarGroup.ActualImageSettings Property

Gets the NavBarGroup‘s current icon settings.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v19.2.dll

Declaration

public ImageSettings ActualImageSettings { get; protected set; }

Property Value

Type Description
ImageSettings

An ImageSettings object that contains icon settings currently applied to the NavBarGroup.

See Also