Skip to main content
A newer version of this page is available. .
Tab

LayoutGroupCellStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class LayoutGroupCellStyle :
    AppearanceStyle

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