Back to Devexpress

CaptionHelper.GetModelLocalizationGroup(String) Method

expressappframework-devexpress-dot-expressapp-dot-utils-dot-captionhelper-dot-getmodellocalizationgroup-x28-system-dot-string-x29.md

latest1.7 KB
Original Source

CaptionHelper.GetModelLocalizationGroup(String) Method

Gets a node that contains a group of localizable items by its path.

Namespace : DevExpress.ExpressApp.Utils

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public static IModelLocalizationGroup GetModelLocalizationGroup(
    string groupPath
)
vb
Public Shared Function GetModelLocalizationGroup(
    groupPath As String
) As IModelLocalizationGroup

Parameters

NameTypeDescription
groupPathString

A string that specifies the localization group path.

|

Returns

TypeDescription
IModelLocalizationGroup

An IModelLocalizationGroup node that contains a group of localizable items.

|

See Also

GetLocalizedItems(String)

CaptionHelper Class

CaptionHelper Members

DevExpress.ExpressApp.Utils Namespace