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

MaskProperties(MaskProperties) Constructor

Initializes a new instance of the MaskProperties class with settings from the specified MaskData object.

Namespace: DevExpress.XtraEditors.Mask

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public MaskProperties(
    MaskProperties data
)

Parameters

Name Type Description
data MaskProperties

A MaskData object whose settings are used to initialize the newly created MaskProperties object.

See Also