C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : SubtotalPosition Property |
'Declaration
<C1DescriptionAttribute("Gets or sets whether node rows appear above or below the data.")> <C1CategoryAttribute("Behavior")> <DefaultValueAttribute()> Public Property SubtotalPosition As SubtotalPositionEnum
'Usage
Dim instance As C1FlexGridBase Dim value As SubtotalPositionEnum instance.SubtotalPosition = value value = instance.SubtotalPosition
[C1Description("Gets or sets whether node rows appear above or below the data.")] [C1Category("Behavior")] [DefaultValue()] public SubtotalPositionEnum SubtotalPosition {get; set;}
[C1Description("Gets or sets whether node rows appear above or below the data.")] [C1Category("Behavior")] [DefaultValue()] public: property SubtotalPositionEnum SubtotalPosition { SubtotalPositionEnum get(); void set ( SubtotalPositionEnum value); }
This property determines how the outline tree is drawn, and it also determines whether the Subtotal(AggregateEnum,Int32,Int32,Int32,Int32,String) method should add subtotal rows (which are node rows) above or below the data being summarized.
Changing this property clears any existing nodes.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2