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

FormLayoutSettings<ModelType>.SettingsItems Property

Provides access to the layout item settings within the FormLayout extension.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public LayoutGroupItemSettings SettingsItems { get; }

Property Value

Type Description
LayoutGroupItemSettings

A LayoutGroupItemSettings object containing properties common to all the layout items within the FormLayout extension.

See Also