FormatConditionRuleMinMaxBase.GetAutomaticType() Method
Returns the actual value of the FormatConditionRuleMinMaxBase.AutomaticType setting.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Returns
Type | Description |
---|---|
FormatConditionAutomaticType | The actual value of the FormatConditionRuleMinMaxBase.AutomaticType setting. |
Remarks
If the FormatConditionRuleMinMaxBase.AutomaticType property is set to FormatConditionAutomaticType.Default, the GetAutomaticType method returns FormatConditionAutomaticType.ValueBased. Otherwise, the method returns the FormatConditionRuleMinMaxBase.AutomaticType property’s value.
See Also