Table of Contents

Interface IHasLoading

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.Core.dll

Indicates the component supports a loading state.

public interface IHasLoading

Properties

Loading

When true, the component shows a loading indicator.

bool Loading { get; set; }

Property Value

bool