Back to Devexpress

CaptionHelper.IsAncestorAspect(String, String) Method

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

latest1.4 KB
Original Source

CaptionHelper.IsAncestorAspect(String, String) Method

This method is intended for internal use.

Namespace : DevExpress.ExpressApp.Utils

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public static bool IsAncestorAspect(
    string ancestorAspect,
    string descendantAspect
)
vb
Public Shared Function IsAncestorAspect(
    ancestorAspect As String,
    descendantAspect As String
) As Boolean

Parameters

NameType
ancestorAspectString
descendantAspectString

Returns

Type
Boolean

See Also

CaptionHelper Class

CaptionHelper Members

DevExpress.ExpressApp.Utils Namespace