GridLayoutItemCollection.AddEmptyItem(EmptyLayoutItem) Method
Adds the specified empty layout item to the GridLayoutItemCollection collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
emptyLayoutItem | EmptyLayoutItem | An EmptyLayoutItem object to add to the layout item collection. |
Returns
Type | Description |
---|---|
EmptyLayoutItem | An EmptyLayoutItem object that is the newly added empty layout item. |
See Also