BootstrapGridViewFormLayoutProperties.SettingsItems Property
Provides access to the layout item settings within the form layout editor.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapLayoutGroupItemSettings SettingsItems { get; }
Property Value
Type | Description |
---|---|
BootstrapLayoutGroupItemSettings | A BootstrapLayoutGroupItemSettings object containing properties common to all the layout items. |
See Also