Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

    BlazorViewExtensions.CustomizeViewItemControl Method

    Name Parameters Description
    CustomizeViewItemControl(View, Controller, Action<ViewItem>, String[]) static view, controller, customizeAction, viewItemsId Allows you to access and customize controls of the specified View Items in ASP.NET Core Blazor applications. This applies to View Items in Detail View, Dashboard View, and List View (DxGridListEditor and DxTreeListEditor in edit mode)
    CustomizeViewItemControl(View, Controller, Action<ViewItem>) static view, controller, customizeAction Allows you to access and customize controls of View Items that the specified View contains in ASP.NET Core Blazor applications. This applies to View Items in Detail View, Dashboard View, and List View (DxGridListEditor and DxTreeListEditor in edit mode)
    CustomizeViewItemControl<T>(View, Controller, Action<T>, String[]) static view, controller, customizeAction, viewItemsId Allows you to access and customize controls of the specified View Item in ASP.NET Core Blazor applications. This applies to View Items in Detail View, Dashboard View, and List View (DxGridListEditor and DxTreeListEditor in edit mode)
    CustomizeViewItemControl<T>(View, Controller, Action<T>) static view, controller, customizeAction Allows you to access controls of View Item that the specified View contains in ASP.NET Core Blazor applications. This applies to View Items in Detail View, Dashboard View, and List View (DxGridListEditor and DxTreeListEditor in edit mode)