Back to Devexpress

ASPxFormLayout.Items Property

aspnet-devexpress-dot-web-dot-aspxformlayout-70d6a0c7.md

latest1.0 KB
Original Source

ASPxFormLayout.Items Property

Provides access to the ASPxFormLayout’s item collection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public LayoutItemCollection Items { get; }
vb
Public ReadOnly Property Items As LayoutItemCollection

Property Value

TypeDescription
LayoutItemCollection

A LayoutItemCollection object that is a collection of layout items.

|

See Also

ASPxFormLayout Class

ASPxFormLayout Members

DevExpress.Web Namespace