LayoutGroupCellStyle Class
In This Article
Defines style settings for the cells displayed within a layout group.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class LayoutGroupCellStyle :
AppearanceStyle
#Related API Members
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.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
AppearanceStyle
LayoutGroupCellStyle
See Also