Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ObjectView.GetCurrentObjectCaption() Method

Returns the current object’s caption, formatted according to the applied ObjectCaptionFormatAttribute.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override string GetCurrentObjectCaption()

Returns

Type Description
String

A string value representing a formatted caption of the View’s View.CurrentObject.

See Also