MaskProperties.Assign(MaskProperties) Method
Copies the settings from the specified MaskProperties object to the current object.
Namespace: DevExpress.XtraEditors.Mask
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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