Skip to main content
Tab

ASPxFormLayout.SettingsItems Property

Provides access to the layout item settings within the ASPxFormLayout control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual LayoutGroupItemSettings SettingsItems { get; }

#Property Value

Type Description
LayoutGroupItemSettings

A LayoutGroupItemSettings object containing properties common to all the layout items within the ASPxFormLayout control.

See Also