Skip to main content
Tab

GridLayoutItemCollection.AddEmptyItem(EmptyLayoutItem) Method

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
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