FormatInfo.Assign(FormatInfo) Method
Copies properties of the specified FormatInfo object to the current object.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
info | FormatInfo | The FormatInfo object whose properties must be copied. |
Remarks
The Assign method copies properties ( FormatInfo.Format, FormatInfo.FormatString and FormatInfo.FormatType) from the specified object to the current object.
See Also