ComponentOne Xamarin.iOS
ExpandDown Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridGroupRowCell Class : ExpandDown Property
Gets or sets a value indicating whether the group is expanded downwards.
Syntax
'Declaration
 
Public Property ExpandDown As Boolean
'Usage
 
Dim instance As GridGroupRowCell
Dim value As Boolean
 
instance.ExpandDown = value
 
value = instance.ExpandDown
public bool ExpandDown {get; set;}
See Also

Reference

GridGroupRowCell Class
GridGroupRowCell Members