LayoutItemBase(String, String) Constructor
Initializes a new instance of the LayoutItemBase class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v21.2.dll
NuGet Package: DevExpress.Web
Declaration
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