expressappframework-devexpress-dot-expressapp-dot-blazor-dot-editors-f519281d.md
A base class for Property Editors that use DevExpress ASP.NET Core Blazor controls.
Namespace : DevExpress.ExpressApp.Blazor.Editors
Assembly : DevExpress.ExpressApp.Blazor.v25.2.dll
NuGet Package : DevExpress.ExpressApp.Blazor
public abstract class BlazorPropertyEditorBase :
PropertyEditor,
IComponentContentHolder,
IViewComponentFactory,
IEditComponentFactory,
IAppearanceFormat,
IAppearanceBase
Public MustInherit Class BlazorPropertyEditorBase
Inherits PropertyEditor
Implements IComponentContentHolder,
IViewComponentFactory,
IEditComponentFactory,
IAppearanceFormat,
IAppearanceBase
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)
INotifyAppearanceVisibilityChanged
Object ViewItem PropertyEditor BlazorPropertyEditorBase
See Also