Skip to main content
Tab

LayoutGroupStyle.Cell Property

Gets the style settings defining the cell appearance within the layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public LayoutGroupCellStyle Cell { get; }

Property Value

Type Description
LayoutGroupCellStyle

An LayoutGroupCellStyle object containing style settings.

See Also