Gets or sets a value that indicates whether the row group header sections remain fixed at the width of the display area or can scroll horizontally.

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

Syntax

C#
public bool AreRowGroupHeadersFrozen { get; set; }
Visual Basic
Public Property AreRowGroupHeadersFrozen As Boolean
	Get
	Set

See Also