Vcl.Grids.TInplaceEditList.ButtonWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ButtonWidth: Integer read FButtonWidth write FButtonWidth;

C++

__property int ButtonWidth = {read=FButtonWidth, write=FButtonWidth, nodefault};

Properties

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

Description

Specifies the width of the button used to drop down the pick list.

The ButtonWidth property specifies the width of the button used to drop down the pick list.

See Also