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

GridLayoutItemCollection.AddEmptyItem(EmptyLayoutItem) Method

Adds the specified empty layout item to the GridLayoutItemCollection collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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