[]
Implements detail rows for FlexGrid control.
public class FlexGridDetailProvider : FlexGridDetailProvider<object>
To add detail rows to a FlexGrid control, create an instance of a FlexGridDetailProvider<TItem> and add it to the Behaviors property collection, then set RowDetailTemplate or handle DetailCellCreating to provide the details.
Name | Description |
---|---|
FlexGridDetailProvider() |