ComponentOne Xamarin.iOS
ShowExpandButton Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGridDetailProvider Class : ShowExpandButton Property
Gets or sets whether to show the expand/collapse buttons in the row headers.
Syntax
'Declaration
 
Public Property ShowExpandButton As Boolean
'Usage
 
Dim instance As FlexGridDetailProvider
Dim value As Boolean
 
instance.ShowExpandButton = value
 
value = instance.ShowExpandButton
public bool ShowExpandButton {get; set;}
See Also

Reference

FlexGridDetailProvider Class
FlexGridDetailProvider Members