Skip to main content
A newer version of this page is available. .

FormatRuleBase.RuleCast<T>() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

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