CascadingValue<TValue>.IsFixed Property

Definition

If true, indicates that Value will not change. This is a performance optimization that allows the framework to skip setting up change notifications. Set this flag only if you will not change Value during the component's lifetime.

public:
 property bool IsFixed { bool get(); void set(bool value); };
[Microsoft.AspNetCore.Components.Parameter]
public bool IsFixed { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.IsFixed : bool with get, set
Public Property IsFixed As Boolean

Property Value

Attributes

Applies to