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

LayoutGroupBase.SettingsItems Property

Provides access to the layout item settings within a layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.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 a layout group.

See Also