FormatConditionRuleBase.ToString() Method
Returns the text representation of the current object.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
String | The text representation of the current object. |
Remarks
The ToString method returns the name of the current object’s type.
See Also