Back to Devexpress

BlazorPropertyEditorBase Class

expressappframework-devexpress-dot-expressapp-dot-blazor-dot-editors-f519281d.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Blazor

Declaration

csharp
public abstract class BlazorPropertyEditorBase :
    PropertyEditor,
    IComponentContentHolder,
    IViewComponentFactory,
    IEditComponentFactory,
    IAppearanceFormat,
    IAppearanceBase
vb
Public MustInherit Class BlazorPropertyEditorBase
    Inherits PropertyEditor
    Implements 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

IAppearanceEnabled

IAppearanceVisibility

INotifyAppearanceVisibilityChanged

IAppearanceFormat

Inheritance

Object ViewItem PropertyEditor BlazorPropertyEditorBase

See Also

BlazorPropertyEditorBase Members

PropertyEditor

DevExpress.ExpressApp.Blazor.Editors Namespace