Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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