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

IcxNavigatorOwner.NavigatorChanged(TcxNavigatorChangeType) Method

Updates a navigator in response to changes made to the control.

#Declaration

Delphi
procedure NavigatorChanged(AChangeType: TcxNavigatorChangeType);

#Parameters

Name Type
AChangeType TcxNavigatorChangeType

#Remarks

Updates are performed based on what changes affected the navigator. This information is passed via the AChangeType parameter. Changes include:

Value Meaning
nctProperties Changes that do not fall into the navigator size or content changes.
nctSize Changes to the navigator size.
nctLayout Changes to the navigator content.
See Also