Skip to main content

FormatInfo(IViewBagOwner, String) Constructor

Initializes a new instance of the FormatInfo class.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public FormatInfo(
    IViewBagOwner bagOwner,
    string objectPath
)

Parameters

Name Type Description
bagOwner DevExpress.WebUtils.IViewBagOwner

An object that implements the IViewBagOwner interface.

objectPath String

The string value.

See Also