Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

DxComplexSettingsComponent<TComponent, TModel> Class

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

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v24.1.dll

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 80 items
Object
ComponentBase
DxSettingsComponent<TModel>
DxComplexSettingsComponent<TComponent, TModel>
See Also