Back to Devexpress

BaseView.ToString() Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-c44b63b3.md

latest1.2 KB
Original Source

BaseView.ToString() Method

Gets the text representation of the BaseView object.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Returns

TypeDescription
String

A string representation of the BaseView object.

|

See Also

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace