Skip to main content
A newer version of this page is available. .

CaptionHelper.IsAncestorAspect(String, String) Method

This method is intended for internal use.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public static bool IsAncestorAspect(
    string ancestorAspect,
    string descendantAspect
)

Parameters

Name Type
ancestorAspect String
descendantAspect String

Returns

Type
Boolean
See Also