C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGridDetailProvider Class
Properties Methods Events

FlexGridDetailProvider Class Members

The following tables list the members exposed by FlexGridDetailProvider.

Public Constructors
Public Properties
 NameDescription
Public PropertyGets or sets the template used to create the icon displayed when the detail row is collapsed. (Inherited from C1.iOS.Grid.FlexGridDetailProvider<object>)
Public PropertyGets or sets the template used to create the icon displayed when the detail row is expanded. (Inherited from C1.iOS.Grid.FlexGridDetailProvider<object>)
Public PropertyGets or sets the detail visibility mode. (Inherited from C1.iOS.Grid.FlexGridDetailProvider<object>)
Public PropertyGets or sets the height of the details. (Inherited from C1.iOS.Grid.FlexGridDetailProvider<object>)
Public PropertyGets or sets whether to show the expand/collapse buttons in the row headers. (Inherited from C1.iOS.Grid.FlexGridDetailProvider<object>)
Top
Public Methods
 NameDescription
Public MethodAttaches the behavior to a UIKit.UIView. (Inherited from C1.iOS.Core.C1Behavior<FlexGrid>)
Public MethodDetaches the behavior from the UIKit.UIView. (Inherited from C1.iOS.Core.C1Behavior<FlexGrid>)
Public MethodHides the detail row. (Inherited from C1.iOS.Grid.FlexGridDetailProvider<object>)
Public MethodDetermines whether the detail row is visible. (Inherited from C1.iOS.Grid.FlexGridDetailProvider<object>)
Public MethodShows the detail row. (Inherited from C1.iOS.Grid.FlexGridDetailProvider<object>)
Top
Public Events
 NameDescription
Public EventOccurs when the detail cell is being created. (Inherited from C1.iOS.Grid.FlexGridDetailProvider<object>)
Top
See Also