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

EmptyLayoutItem Class

Represents an empty layout item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class EmptyLayoutItem :
    LayoutItemBase

The following members return EmptyLayoutItem objects:

Library Related API Members
ASP.NET Web Forms Controls GridLayoutItemCollection.AddEmptyItem(EmptyLayoutItem)
ASP.NET MVC Extensions MVCxFormLayoutItemCollection.AddEmptyItem()

Remarks

The EmptyLayoutItem implements the functionality of an individual empty layout item.

See Also