Skip to main content

IcxNavigatorOwner.GetNavigatorButtons Method

Returns an object that provides button settings for the navigator control.

Declaration

function GetNavigatorButtons: TcxCustomNavigatorButtons;

Returns

Type
TcxCustomNavigatorButtons

Remarks

The GetNavigatorButtons function is implemented by navigator controls to return objects representing their Buttons property. This enables you to modify settings of buttons displayed by the navigator.

See Also