| Visual Basic (Declaration) | |
|---|---|
Public Class SummaryRow Inherits CellRow | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SummaryRow | |
| C# | |
|---|---|
public class SummaryRow : CellRow | |
Through the TextFormat property, a string can be provided that will be used to dynamically create the text displayed in the SummaryRow.
Xceed.Grid.GridElementBase
Xceed.Grid.GridElement
Xceed.Grid.VisualGridElement
Xceed.Grid.Row
Xceed.Grid.CellRow
Xceed.Grid.SummaryRow
Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7
Copy Code