ComponentOne ASP.NET MVC Controls
ChildItemsPath Method (FlexGridBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : ChildItemsPath Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.ChildItemsPath. Sets the name of the property used to generate child rows in hierarchical grids.
Syntax
'Declaration
 
Public Overridable Function ChildItemsPath( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder ChildItemsPath( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members