Interface ISelectionOption
- Namespace
- BlazOrbit.Abstractions
- Assembly
- BlazOrbit.Core.dll
public interface ISelectionOption
Properties
Content
RenderFragment? Content { get; }
Property Value
- RenderFragment
DisplayText
string DisplayText { get; }
Property Value
- string
IsDisabled
bool IsDisabled { get; }
Property Value
- bool
Value
object? Value { get; }
Property Value
- object