Skip to main content
.NET 6.0+

ModelEditorGroupingHelper.ActionsNodeGroupPathCalculator(String, IModelNode) Method

Calculates the group path for the IModelActions node.

Namespace: DevExpress.ExpressApp.ModelEditor

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string[] ActionsNodeGroupPathCalculator(
    string propertyName,
    IModelNode modelNode
)

Parameters

Name Type Description
propertyName String

A string specifying the name of the property which is used for grouping.

modelNode IModelNode

An IModelNode object specifying the Application Model node.

Returns

Type Description
String[]

An array of strings that are subgroup names.

See Also