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
Requirements
Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7
See Also