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

MaskProperties.ToString() Method

Returns the text representation of the current object.

Namespace: DevExpress.XtraEditors.Mask

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public override string ToString()

Returns

Type Description
String

A string that specifies the text representation of the current MaskProperties object..

See Also