Skip to main content
A newer version of this page is available. .

TcxCustomEditProperties Class

The base class for editor appearance and behavior settings.

Declaration

TcxCustomEditProperties = class(
    TcxInterfacedPersistent,
    IdxScaleFactor,
    IdxFreeNotify
)

Remarks

The TcxCustomEditProperties class members allow you to do the following:

Note

Certain editors do not support buttons (labels and check boxes, for instance). Refer to the individual editor descriptions for detailed information.

The following TcxCustomEditProperties class descendants correspond to in-place editors in container controls:

See Also