Skip to main content

BaseOptions.ToString() Method

Returns a string representing the currently enabled options.

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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