Back to Devexpress

CaptionHelper.Setup(IModelApplication) Method

expressappframework-devexpress-dot-expressapp-dot-utils-dot-captionhelper-dot-setup-x28-devexpress-dot-expressapp-dot-model-dot-imodelapplication-x29.md

latest1.6 KB
Original Source

CaptionHelper.Setup(IModelApplication) Method

Initializes the CaptionHelper.

Namespace : DevExpress.ExpressApp.Utils

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public static void Setup(
    IModelApplication applicationModel
)
vb
Public Shared Sub Setup(
    applicationModel As IModelApplication
)

Parameters

NameTypeDescription
applicationModelIModelApplication

An IModelApplication object representing the Application Model‘s root node.

|

Remarks

This method is intended for internal use.

See Also

CaptionHelper Class

CaptionHelper Members

DevExpress.ExpressApp.Utils Namespace