ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / ChildItemsPath Property

In This Topic
    ChildItemsPath Property (FlexSheet)
    In This Topic
    Gets or sets the name of the property used to generate child rows in hierarchical grids.
    Syntax
    'Declaration
     
    
    <IgnoreAttribute()>
    Public Overrides Property ChildItemsPath As String
    [Ignore()]
    public override string ChildItemsPath {get; set;}
    See Also