API Reference
Class
BaselineControlVariants
A simplified, strongly-typed view of a control and its vendor variants.
Inheritance
- Object
- BaselineControlVariants
Constructors
public BaselineControlVariants() #Inherited Methods
Properties
public String Anchor { get; set; } #Stable anchor/technical id of the control.
public String ValueKind { get; set; } #Value kind (String, Int, Bool, StringList, etc.).
public String Comparator { get; set; } #Comparator used to evaluate this control.
public IReadOnlyList<CxDesired> Variants { get; set; } #Vendor-provided desired values and metadata.