Skip to main content
All docs
V26.1
  • FormatConditionRuleBase.GetAllowAnimation() Method

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.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