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

LayoutGroup.CellStyle Property

Gets the style settings that define the cell appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual LayoutGroupCellStyle CellStyle { get; }

Property Value

Type Description
LayoutGroupCellStyle

A LayoutGroupCellStyle object that contains the style settings.

See Also