Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxNavBarViewInfo.GetLinkViewInfoByLink(TdxNavBarItemLink) Method

Returns ViewInfo information of the specified link.

#Declaration

Delphi
function GetLinkViewInfoByLink(ALink: TdxNavBarItemLink): TdxNavBarLinkViewInfo; virtual;

#Parameters

Name Type
ALink TdxNavBarItemLink

#Returns

Type
TdxNavBarLinkViewInfo

#Remarks

The GetLinkViewInfoByLink function is used to get an object of the TdxNavBarLinkViewInfo type which represents the ViewInfo information of the specified link. The desired link is specified by the ALink parameter.

See Also