FormatConditionRuleMinMaxBase.GetAutomaticType() Method
In This Article
Returns the actual value of the FormatConditionRuleMinMaxBase.AutomaticType setting.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public FormatConditionAutomaticType GetAutomaticType()
#Returns
Type | Description |
---|---|
Format |
The actual value of the Format |
#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