Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridGroupRowCell Class / WeightSum Property


In This Topic
    WeightSum Property (GridGroupRowCell)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property WeightSum As Single
    'Usage
     
    
    Dim instance As GridGroupRowCell
    Dim value As Single
     
    instance.WeightSum = value
     
    value = instance.WeightSum
    public virtual float WeightSum {get; set;}
    See Also