Skip to main content

FormatRuleBase.RuleCast<T>() Method

Returns the FormatRuleBase.Rule object type-cast to the specified type.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public T RuleCast<T>()
    where T : FormatConditionRuleBase

Type Parameters

Name
T

Returns

Type Description
T

The FormatRuleBase.Rule object type-cast to the specified type.

See Also