View.GetCurrentObjectCaption() Method
Returns the current object’s caption, formatted according to the applied ObjectCaptionFormatAttribute.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Returns
Type | Description |
---|---|
String | A string value representing a formatted caption of the View’s View.CurrentObject. |
See Also