TcxCustomMaskEditProperties Class
In This Article
Contains settings specific to mask editors.
#Declaration
Delphi
TcxCustomMaskEditProperties = class(
TcxCustomTextEditProperties
)
#Remarks
The TcxCustomMaskEditProperties class represents a set of attributes controlling the MaskEdit behavior. Properties for an edit control are set via the Properties member of the corresponding editor.
#Inheritance
See Also