Skip to main content

PieChartCommonAnnotationConfigShadowBuilder(OptionsOwnerContext) Constructor

Initializes a new instance of the PieChartCommonAnnotationConfigShadowBuilder class with specified settings.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public PieChartCommonAnnotationConfigShadowBuilder(
    OptionsOwnerContext context
)

Parameters

Name Type Description
context OptionsOwnerContext

For internal use only.

Remarks

Do not use this constructor explicitly. A new PieChartCommonAnnotationConfigShadowBuilder class instance is created when you call the Shadow(Action<PieChartCommonAnnotationConfigShadowBuilder>) method.

See Also