BaseOptions.ToString() Method
Returns a string representing the currently enabled options.
Namespace: DevExpress.Utils.Controls
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Returns
Type | Description |
---|---|
String | A String value representing the currently enabled options. “” (String.Empty) if no option is enabled. |
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