FormatRuleBase.RuleCast<T>() Method
Returns the FormatRuleBase.Rule object type-cast to the specified type.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Type Parameters
| Name |
|---|
| T |
Returns
| Type | Description |
|---|---|
| T | The FormatRuleBase.Rule object type-cast to the specified type. |
See Also