Skip to main content

DxComplexSettingsComponent<TComponent, TModel> Class

Defines the base API for classes that define component-related markup settings.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public abstract class DxComplexSettingsComponent<TComponent, TModel> :
    DxSettingsComponent<TModel>
    where TComponent : DxComplexSettingsComponent<TComponent, TModel>

Type Parameters

Name Description
TComponent

The component type.

TModel

The type of the component model’s data.

Inheritance

Show 51 items
Object
ComponentBase
DxSettingsComponent<TModel>
DxComplexSettingsComponent<TComponent, TModel>
See Also