Skip to main content

FormatInfo.Assign(FormatInfo) Method

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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