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

LayoutItemBase(String, String) Constructor

Initializes a new instance of the LayoutItemBase class with specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public LayoutItemBase(
    string caption,
    string name
)

Parameters

Name Type Description
caption String

A String value specifying the layout item’s caption text. The value initializes the layout item’s LayoutItemBase.Caption property.

name String

A String value specifying the name which identifies the created layout item. The value initializes the layout item’s LayoutItemBase.Name property.

See Also