Skip to main content

FormatInfo(IComponentLoading) Constructor

Initializes a new instance of the FormatInfo class with the specified settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public FormatInfo(
    IComponentLoading componentLoading
)

Parameters

Name Type Description
componentLoading DevExpress.Utils.IComponentLoading

A DevExpress.Utils.IComponentLoading object.

Remarks

This member supports the internal infrastructure and is not intended to be used directly.

See Also