AreGroupFootersSticky Property
See Also 
Xceed.Wpf.DataGrid.v4.0 Assembly > Xceed.Wpf.DataGrid.Views Namespace > TableflowView Class : AreGroupFootersSticky Property


Gets or sets a value indicating whether the view's group footers are sticky.

Syntax

Visual Basic (Declaration) 
Public Property AreGroupFootersSticky As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TableflowView
Dim value As Boolean
 
instance.AreGroupFootersSticky = value
 
value = instance.AreGroupFootersSticky
C# 
public bool AreGroupFootersSticky {get; set;}

Property Value

A value indicating whether the view's group footers are sticky.

Remarks

This property represents the local CLR property of the AreGroupFootersSticky attached property.

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also