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

BaseView.ToString() Method

Gets the text representation of the BaseView object.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public override string ToString()

Returns

Type Description
String

A string representation of the BaseView object.

See Also