Skip to main content

TcxCustomButtonEdit.Properties Property

Defines settings specific to a button editor.

Declaration

property Properties: TcxCustomButtonEditProperties read; write;

Property Value

Type
TcxCustomButtonEditProperties

Remarks

Use Properties to set specific attributes which control the editor behavior. They define the alignment of the editor’s contents, the collection of buttons that can be displayed within it, the read-only status, etc. Properties specific to button editors are stored in the TcxCustomButtonEditProperties class.

See Also