Skip to main content

StackGroup.ToString() Method

Returns the text representation of the StackGroup object.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override string ToString()

Returns

Type Description
String

A String value that is the StackGroup‘s text representation.

See Also