Vcl.Bind.Navigator.TCustomBindNavigator.Orientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Orientation: TNavigatorOrientation read GetOrientation write SetOrientation;

C++

__property TNavigatorOrientation Orientation = {read=GetOrientation, write=SetOrientation, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Bind.Navigator.pas
Vcl.Bind.Navigator.hpp
Vcl.Bind.Navigator TCustomBindNavigator

Description

Specifies the orientation of this binding navigator.

Use the Orientation property to specify the orientation of this binding navigator. For more information regarding the possible values of the Orientation property, please refer to the TNavigatorOrientation topic.

See Also