Show / Hide Table of Contents

Interface IIgniteUIBlazorSettings

Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public interface IIgniteUIBlazorSettings

Properties

ForceJsonDataMarshalling

Declaration
bool ForceJsonDataMarshalling { get; }
Property Value
Type Description
System.Boolean

JsonSerializerOptions

Declaration
IgniteUIJsonSerializerOptions JsonSerializerOptions { get; }
Property Value
Type Description
IgniteUIJsonSerializerOptions

ModulesToLoad

Declaration
ReadOnlyCollection<Type> ModulesToLoad { get; }
Property Value
Type Description
System.Collections.ObjectModel.ReadOnlyCollection<System.Type>