Skip to main content

TcxButtonEditProperties Class

Contains settings specific to button editors.

Declaration

TcxButtonEditProperties = class(
    TcxCustomButtonEditProperties
)

Remarks

The TcxButtonEditProperties class represents a set of attributes which control the behavior of button editors. Editor properties are set via the Properties member of the corresponding editor. To control any changes made to the editor’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue and ReadOnly properties and reverse their values back to the default ones, use the AssignedValues property. The TcxButtonEditProperties class simply publishes the necessary inherited properties and events. The TcxButtonEdit control represents a button editor itself.

See Also