Skip to main content

BaseOptions(IViewBagOwner, String) Constructor

Initializes a new instance of the BaseOptions class.

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public BaseOptions(
    IViewBagOwner viewBagOwner,
    string objectPath
)

Parameters

Name Type Description
viewBagOwner DevExpress.WebUtils.IViewBagOwner

An object that implements the IViewBagOwner interface.

objectPath String

The string value.

See Also