Skip to main content
All docs
V19.1

MaskData(MaskData) Constructor

Initializes a new class instance with the specified MaskData object.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public MaskData(
    MaskData data
)

Parameters

Name Type Description
data MaskData

A MaskData object whose properties are copied to the properties of the created object.

Remarks

The constructor supports the internal .NET infrastructure and is not intended to be used from your code.

See Also