Skip to main content
Tab

LayoutGroupCellStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class LayoutGroupCellStyle :
    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.

See Also