Interface IIgniteUIBlazorSettings
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
ModulesToLoad
Declaration
ReadOnlyCollection<Type> ModulesToLoad { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Type> |
|