Skip to main content
.NET 6.0+

View.GetCurrentObjectCaption() Method

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual string GetCurrentObjectCaption()

Returns

Type Description
String

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

See Also