Skip to main content
A newer version of this page is available. .

ControlViewItem(String, Object) Constructor

Initializes a new instance of the ControlViewItem class.

Namespace: DevExpress.ExpressApp.Layout

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public ControlViewItem(
    string id,
    object control
)

Parameters

Name Type Description
id String

A string specifying the identifier of the View Item.

control Object

An object that represents a control used to display the current View Item in a UI.

See Also