FormatConditionRuleBase.CreateInstance() Method
This method is overridden by FormatConditionRuleBase descendants to create new class instances.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
| Type | Description |
|---|---|
| FormatConditionRuleBase | A new instance of a FormatConditionRuleBase descendant. |
See Also