Vcl.Grids.TInplaceEditList.EditStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EditStyle: TEditStyle read FEditStyle;

C++

__property TEditStyle EditStyle = {read=FEditStyle, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Description

Indicates the type of list to be displayed.

The EditStyle property indicates the type of list to be displayed (none, custom, or pick list), and determines which type of button to draw, if any.

See Also