Skip to main content
All docs
V25.1
  • INavigationDataMapping.EnabledField Property

    Specifies a data field that contains enablement settings for the current item.

    Namespace: DevExpress.Blazor.Base

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    string EnabledField { get; set; }

    Property Value

    Type Description
    String

    The data field.

    Remarks

    Refer to the following topics about data binding and mappings:

    See Also