Gets or sets a CellStyle that defines the appearance of the column footer cells in this column.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public CellStyle FooterCellStyle { get; set; }
Visual Basic
Public Property FooterCellStyle As CellStyle
	Get
	Set

See Also