Skip to main content
All docs
V26.1
  • INavigationDataMapping.IconUrlField Property

    Returns the URL of the icon.

    Namespace: DevExpress.Blazor.Base

    Assembly: DevExpress.Blazor.v26.1.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 additional information and examples.

    See Also