TcxCustomMaskEditProperties.MaskKind Property
Determines the mask type of a mask editor.
Declaration
property MaskKind: TcxEditMaskKind read; write; default emkStandard;
Property Value
Type | Default |
---|---|
TcxEditMaskKind | emkStandard |
Remarks
Read the MaskKind property to get the current input mask type. Write this property to specify the input mask type.
For more information see Using MaskEdit.
See Also