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

BaseOptions.ToString() Method

Returns a string representing the currently enabled options.

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Data.v19.2.dll

Declaration

public override string ToString()

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