A newer version of this page is available.
Switch to the current version.
FormLayoutProperties.Items Property
Provides access to the form layout's item collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public LayoutItemCollection Items { get; }
Public ReadOnly Property Items As LayoutItemCollection
Property Value
Type | Description |
---|---|
LayoutItemCollection | A LayoutItemCollection object that is a collection of layout items. |
See Also
Feedback