ComponentOne FlexGrid for WinForms
SubtotalPosition Property

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : SubtotalPosition Property
Gets or sets whether node rows appear above or below the data.
Syntax
'Declaration
 
Public Property SubtotalPosition As SubtotalPositionEnum
public SubtotalPositionEnum SubtotalPosition {get; set;}
Remarks

This property determines how the outline tree is drawn, and it also determines whether the Subtotal(AggregateEnum,Int32,Int32,Int32,Int32,String,AggregateFlags) method should add subtotal rows (which are node rows) above or below the data being summarized.

Changing this property clears any existing nodes.

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members