DialogCssClassItem.ToString() Method
Returns a string that denotes the DialogCssClassItem object.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
Type | Description |
---|---|
String | A String that denotes the current DialogCssClassItem object. |
Remarks
The ToString method returns a human-readable string that is the value of the item’s DialogCssClassItem.Text property. If this property is set to an empty string, then the ToString method returns the fully qualified name of the type of the DialogCssClassItem object.
See Also