Back to Devexpress

LayoutGroupCellStyle Class

aspnet-devexpress-dot-web-2b0349c6.md

latest2.1 KB
Original Source

LayoutGroupCellStyle Class

Defines style settings for the cells displayed within a layout group.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class LayoutGroupCellStyle :
    AppearanceStyle
vb
Public Class LayoutGroupCellStyle
    Inherits AppearanceStyle

The following members return LayoutGroupCellStyle objects:

Remarks

The LayoutGroupCellStyle class contains settings that define the appearance of the cells displayed within a layout group.

An object of the LayoutGroupCellStyle type can be accessed via the LayoutGroup.CellStyle property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle LayoutGroupCellStyle

See Also

LayoutGroupCellStyle Members

DevExpress.Web Namespace