Class SwitchAttribute
- Namespace
- MES.MQC.UtilityLibrary.Form.Attributes.Field
- Assembly
- MES.MQC.UtilityLibrary.dll
public class SwitchAttribute : FieldAttributeBase, _Attribute, IFieldAttribute
- Inheritance
-
SwitchAttribute
- Implements
- Inherited Members
Properties
CheckedIcon
public string CheckedIcon { get; set; }
Property Value
CheckedTooltip
public string CheckedTooltip { get; set; }
Property Value
PrimaryColoring
public bool PrimaryColoring { get; set; }
Property Value
SuccessDangerColoring
public bool SuccessDangerColoring { get; set; }
Property Value
UncheckedIcon
public string UncheckedIcon { get; set; }
Property Value
UncheckedTooltip
public string UncheckedTooltip { get; set; }
Property Value
Methods
GetBasicTypes()
Allowed basic types for PropertyType
public override Type[] GetBasicTypes()
Returns
- Type[]