GridLayoutItemCollection.AddEmptyItem(EmptyLayoutItem) Method
In This Article
Adds the specified empty layout item to the GridLayoutItemCollection collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public EmptyLayoutItem AddEmptyItem(
EmptyLayoutItem emptyLayoutItem
)
#Parameters
Name | Type | Description |
---|---|---|
empty |
Empty |
An Empty |
#Returns
Type | Description |
---|---|
Empty |
An Empty |
See Also