Property AllowNullChecked
AllowNullChecked
Used only if CheckType is of Checked type. If true allows Checked to be null, true or false. If false only allows Checked to be true or false.
public bool AllowNullChecked { get; set; }
Used only if CheckType is of Checked type. If true allows Checked to be null, true or false. If false only allows Checked to be true or false.
public bool AllowNullChecked { get; set; }