FormatInfo(IComponentLoading, IViewBagOwner, String) Constructor
Initializes a new instance of the FormatInfo class with the specified settings.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
Declaration
public FormatInfo(
IComponentLoading componentLoading,
IViewBagOwner bagOwner,
string objectPath
)
Parameters
Name | Type | Description |
---|---|---|
componentLoading | DevExpress.Utils.IComponentLoading | A DevExpress.Utils.IComponentLoading object. |
bagOwner | DevExpress.WebUtils.IViewBagOwner | An object that implements the IViewBagOwner interface. |
objectPath | String | The string value. |
See Also