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

FormatConditionRuleBase.ToString() Method

Returns the text representation of the current object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public override string ToString()

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