Back to Devexpress

LayoutGroupStyle Class

aspnet-devexpress-dot-web-f323e465.md

latest1.8 KB
Original Source

LayoutGroupStyle Class

Defines style settings for the layout group.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class LayoutGroupStyle :
    AppearanceStyleBase
vb
Public Class LayoutGroupStyle
    Inherits AppearanceStyleBase

The following members return LayoutGroupStyle objects:

Remarks

The LayoutGroupStyle class contains settings that define the appearance of the layout group within the ASPxFormLayout control.

An object of the LayoutGroupStyle type can be accessed via the FormLayoutStyles.LayoutGroup property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase LayoutGroupStyle

See Also

LayoutGroupStyle Members

DevExpress.Web Namespace