BaseOptions.ToString() Method
In This Article
Returns a string representing the currently enabled options.
Namespace: DevExpress.Utils.Controls
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Returns
Type | Description |
---|---|
String | A String value representing the currently enabled options. “” (String. |
#Remarks
This method overrides the base class ToString method in order to return a string representing the names of the options currently enabled.
See Also