←Select platform

ChildCategories Property

Summary

Gets the sub-categories (child categories) inside this category.

Syntax

C#
VB
C++
Java
public MasterFormsCategoryCollection ChildCategories { get; } 
  
ReadOnly Property ChildCategories As MasterFormsCategoryCollection 
public abstract java.util.List<IMasterFormsCategory> getChildCategories(); 
property MasterFormsCategoryCollection^ ChildCategories { 
   MasterFormsCategoryCollection^ get(); 
} 

Property Value

The sub-categories (child categories) inside this category.

Example

A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly