Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / SummaryCell Class / AmbientRunningStatGroupLevel Property


In This Topic
    AmbientRunningStatGroupLevel Property
    In This Topic
    Gets the ambient value of the cell's RunningStatGroupLevel property.
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property AmbientRunningStatGroupLevel As Integer
    'Usage
     
    Dim instance As SummaryCell
    Dim value As Integer
     
    value = instance.AmbientRunningStatGroupLevel
    protected virtual int AmbientRunningStatGroupLevel {get;}

    Property Value

    A value representing the ambient value of the cell's RunningStatGroupLevel property.
    Remarks

    The ambient RunningStatGroupLevel is the value inherited from the cell's Cell.ParentRow in the case where its own RunningStatGroupLevel property is not explicitly set.

    If the value of the IsRunningStatGroupLevelAmbient property is true then both the AmbientRunningStatGroupLevel and RunningStatGroupLevel properties will return the same value.

    Requirements

    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

    See Also