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

FormatInfo.Assign(FormatInfo) Method

Copies properties of the specified FormatInfo object to the current object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v19.2.dll

Declaration

public virtual void Assign(
    FormatInfo info
)

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