Skip to main content

MaskProperties.Assign(MaskProperties) Method

Copies the settings from the specified MaskProperties object to the current object.

Namespace: DevExpress.XtraEditors.Mask

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Assign(
    MaskProperties other
)

Parameters

Name Type Description
other MaskProperties

A MaskProperties object whose settings are assigned to the current object.

Remarks

The Assign method is useful if you need two or more MaskProperties objects with identical or only slightly different settings. It enables you to set the options just once and then copy them to other MaskProperties objects.

See Also