Skip to main content
.NET 6.0+

CaptionHelper.IsAncestorAspect(String, String) Method

This method is intended for internal use.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static bool IsAncestorAspect(
    string ancestorAspect,
    string descendantAspect
)

Parameters

Name Type
ancestorAspect String
descendantAspect String

Returns

Type
Boolean
See Also