Skip to main content

TcxEditRepositoryMaskItem.Properties Property

Provides access to stored mask editor settings.

Declaration

property Properties: TcxMaskEditProperties read; write;

Property Value

Type Description
TcxMaskEditProperties

Stores mask editor settings.

Remarks

Use the Properties.EditMask property to specify an input mask pattern. Properties.CaseInsensitive and Properties.MaskKind properties allow you to customize mask-related editor behavior.

Refer to the TcxMaskEditProperties class description for detailed information on all available options.

See Also