Skip to main content

BaseViewAppearanceCollection.ToString() Method

Gets the object’s text representation.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public override string ToString()

Returns

Type Description
String

A string that specifies the object’s text representation.

See Also