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

NavElement.ImageOptions Property

Provides access to settings that allow you to set up raster and vector glyphs for this NavElement rendered as a button in the TileNavPane’s nav bar.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Properties")]
public NavElementImageOptions ImageOptions { get; }

Property Value

Type Description
DevExpress.XtraBars.Navigation.NavElementImageOptions

A DevExpress.XtraBars.Navigation.NavElementImageOptions object that stores image-related options.

See Also