Back to Devexpress

LayoutGroupBoxStyle Class

aspnet-devexpress-dot-web-77dbdcd5.md

latest1.9 KB
Original Source

LayoutGroupBoxStyle Class

Defines style settings for the layout group box.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return LayoutGroupBoxStyle objects:

Remarks

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

An object of the LayoutGroupBoxStyle type can be accessed via the LayoutGroup.GroupBoxStyle property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase LayoutGroupBoxStyle

See Also

LayoutGroupBoxStyle Members

DevExpress.Web Namespace