CheckboxState Enumeration

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

Definition

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