Back to Devexpress

FormatConditionRuleBase.GetAllowAnimation() Method

windowsforms-devexpress-dot-xtraeditors-dot-formatconditionrulebase-0a3a99d8.md

latest1.4 KB
Original Source

FormatConditionRuleBase.GetAllowAnimation() Method

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool GetAllowAnimation()
vb
<Browsable(False)>
Public Function GetAllowAnimation As Boolean

Returns

TypeDescription
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

FormatConditionRuleBase Class

FormatConditionRuleBase Members

DevExpress.XtraEditors Namespace