Back to Devexpress

LayoutGroupItemSettings Class

aspnet-devexpress-dot-web-f234518e.md

latest2.0 KB
Original Source

LayoutGroupItemSettings Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class LayoutGroupItemSettings :
    PropertiesBase
vb
Public Class LayoutGroupItemSettings
    Inherits PropertiesBase

The following members return LayoutGroupItemSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxFormLayout.SettingsItems
FormLayoutProperties.SettingsItems
LayoutGroupBase.SettingsItems
ASP.NET MVC ExtensionsFormLayoutSettings<ModelType>.SettingsItems

Remarks

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

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase LayoutGroupItemSettings BootstrapLayoutGroupItemSettings

See Also

LayoutGroupItemSettings Members

Form Layout

DevExpress.Web Namespace