CheckboxState Enumeration

The state a GridTItem's selector item can be in.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public enum CheckboxState

Members

None0 Default state. No state is applied.
Checked1 The row is selected
Unchecked2 The row will become unselected.
Indeterminate3 The row is in an indeterminate state. This is used when the row is part of a group of rows, and some but not all of them are selected.

See Also