Skip to main content

TileNavPane.SeparatorImageOptions Property

Grants access to properties that allow you to specify a raster or a vector image for separators, and modify settings of this image.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
[SmartTagSearchNestedProperties]
public ImageOptions SeparatorImageOptions { get; }

Property Value

Type Description
DevExpress.Utils.ImageOptions

Stores image settings for separator items.

See Also