Skip to main content
All docs
V25.1
  • TileNavElement.TileImageOptions Property

    Allows you to assign a raster or vector image to this TileNavElement, and specify optional settings for this image.

    Namespace: DevExpress.XtraBars.Navigation

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DXCategory("Tile properties")]
    [SmartTagSearchNestedProperties]
    public ImageOptions TileImageOptions { get; }

    Property Value

    Type Description
    ImageOptions

    Stores image options for this TileNavElement.

    See Also