Class SwitchAttribute
- Namespace
- MES.MQC.UtilityLibrary.Form.Field
- Assembly
- MES.MQC.UtilityLibrary.dll
[AttributeUsage(AttributeTargets.Property)]
public class SwitchAttribute : FieldAttribute, _Attribute
- Inheritance
-
SwitchAttribute
- Implements
- Inherited Members
Properties
CheckedIcon
public string CheckedIcon { get; set; }
Property Value
CheckedTooltip
public string CheckedTooltip { 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[]