Skip to main content
All docs
V24.2

DxRangeSelectorBackground.ImageUrl Property

Specifies the background image URL.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.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