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

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

Syntax

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

Remarks

This property allows you to define reusable styles for grid rows and columns. You can easily create CellStyle objects in XAML or in code, and then assign them to grid rows or columns.

For an example, please see the CellStyle property.

See Also