Skip to main content
All docs
V25.1
  • DxRangeSelectorBackground.ImageUrl Property

    Specifies the background image URL.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [Parameter]
    public string ImageUrl { get; set; }

    Property Value

    Type Description
    String

    The image URL.

    Remarks

    Refer to the DxRangeSelectorBackground class description for more information and an example.

    See Also