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

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

See Also