CheckValueType

CheckValueType enumeration

Represents the check value type of the check box.

public enum CheckValueType

Values

Name Value Description
UnChecked 0 UnChecked
Checked 1 Checked
Mixed 2 Mixed

See Also