aspnet-devexpress-dot-web-8f543828.md
Represents an empty layout item.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class EmptyLayoutItem :
LayoutItemBase
Public Class EmptyLayoutItem
Inherits 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() |
The EmptyLayoutItem implements the functionality of an individual empty layout item.
Object StateManager CollectionItem LayoutItemBase EmptyLayoutItem
See Also