The TcxButtonEditProperties
object is a helper object that contains properties specific to the TcxButtonEdit
control. To obtain the TcxButtonEditProperties
object in your scripts, use the TcxButtonEdit.Properties
property.
Using the Buttons
property, you can obtain a collection of buttons displayed in the component and modify their properties. To limit the length of text that can be inputted into the component, use the MaxLength
property. The MaskKind
and EditMask
properties let you specify the mask used to validate the inputted value.