[]
Gets or sets a value indicating whether user preferences will be saved to browser storage.
[Parameter]
public bool StoreUserPreferences { get; init; }
Type | Description |
---|---|
bool | A bool indicating if user preferences will be saved to browser storage. |
This property can only be set once during object initialization and cannot be changed afterwards.