Back to Devexpress

BaseOptions.ToString() Method

corelibraries-devexpress-dot-utils-dot-controls-dot-baseoptions-5feecdf8.md

latest1.3 KB
Original Source

BaseOptions.ToString() Method

Returns a string representing the currently enabled options.

Namespace : DevExpress.Utils.Controls

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public override string ToString()
vb
Public Overrides Function ToString As String

Returns

TypeDescription
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

BaseOptions Class

BaseOptions Members

DevExpress.Utils.Controls Namespace