Skip to main content

FormatConditionRuleBase.GetAllowAnimation() Method

Gets whether an animation effect is enabled for and supported by the format rule.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool GetAllowAnimation()

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