Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

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

    Property Value

    Type Description
    ImageOptions

    Stores image settings for separator items.

    See Also