Skip to main content
Tab

LayoutGroupItemSettings Class

Contains settings specific to layout items displayed within a layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class LayoutGroupItemSettings :
    PropertiesBase

The following members return LayoutGroupItemSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxFormLayout.SettingsItems
FormLayoutProperties.SettingsItems
LayoutGroupBase.SettingsItems
ASP.NET MVC Extensions FormLayoutSettings<ModelType>.SettingsItems

Remarks

An object of the LayoutGroupItemSettings type can be accessed via the LayoutGroupBase.SettingsItems property.

Implements

See Also