Skip to main content
A newer version of this page is available.
All docs
V18.2

MaskProperties.Assign(MaskData) Method

Copies the settings of the specified MaskData object to the current MaskProperties object.

Namespace: DevExpress.XtraEditors.Mask

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public void Assign(
    MaskData data
)

Parameters

Name Type Description
data MaskData

A MaskData object whose settings will be copied to the current MaskProperties object.

Remarks

This method supports the internal infrastructure. Usually there is no need to call it directly from your code.

See Also