FormatConditionRuleBase.GetAllowAnimation() Method
Gets whether an animation effect is enabled for and supported by the format rule.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
Boolean | true if an animation effect is enabled for and supported by the format rule |
Remarks
See the FormatConditionRuleBase.AllowAnimation property for information about animation effect support for format rules.
See Also