Class GroupOption
The group option.
public class GroupOption
- Inheritance
-
GroupOption
- Inherited Members
Properties
IsSelected
Gets or sets a value indicating whether it gets or sets isSelected.
[DataMember(Name = "isSelected", EmitDefaultValue = false)]
public bool IsSelected { get; set; }
Property Value
Label
Gets or sets the label.
[DataMember(Name = "label", EmitDefaultValue = false)]
public string Label { get; set; }