CheckboxState Enumeration

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

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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