Skip to main content
A newer version of this page is available. .

View.GetCurrentObjectCaption() Method

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public virtual string GetCurrentObjectCaption()

Returns

Type Description
String

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

See Also