Skip to main content
.NET 6.0+

ControlViewItem(String, String, Object) Constructor

Initializes a new instance of the ControlViewItem class.

Namespace: DevExpress.ExpressApp.Layout

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ControlViewItem(
    string id,
    string caption,
    object control
)

Parameters

Name Type Description
id String

A string specifying the identifier of the View Item.

caption String

A string value representing the current View Item’s caption.

control Object

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

See Also