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

ParametersViewInfo.ToString() Method

Returns the textual representation of the current ParametersViewInfo object.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public override string ToString()

Returns

Type Description
String

A string that represents the current object.

See Also