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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
public abstract class BlazorPropertyEditorBase :
PropertyEditor,
IComponentContentHolder,
IViewComponentFactory,
IEditComponentFactory,
IAppearanceFormat,
IAppearanceBase
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)
Implements
Inheritance
Object
ViewItem
PropertyEditor
BlazorPropertyEditorBase
See Also