Skip to main content

INavigationDataMapping.IconUrlField Property

Returns the URL of the icon.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

string IconUrlField { get; set; }

Property Value

Type Description
String

The data source field of the icon.

Remarks

Refer to the DxNavigationDataMappingBase<TModel> class description for more information and examples.

See Also