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

BlazorPropertyEditorBase Class

A base class for Property Editors that use DevExpress ASP.NET Core Blazor controls.

Namespace: DevExpress.ExpressApp.Blazor.Editors

Assembly: DevExpress.ExpressApp.Blazor.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Blazor

Declaration

public abstract class BlazorPropertyEditorBase :
    PropertyEditor,
    IAppearanceFormat,
    IAppearanceBase,
    IViewComponentFactory,
    IEditComponentFactory

Remarks

Inherit from this class to implement a custom ASP.NET Core Blazor Property Editor. For more information, refer to the following topic: Implement a Property Editor Based on a Custom Component (Blazor)

Inheritance

Object
ViewItem
PropertyEditor
BlazorPropertyEditorBase
See Also