←Select platform

ChildCategories Property

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

Syntax
C#
C++/CLI
Java
Python
public MasterFormsCategoryCollection ChildCategories { get; } 
public abstract java.util.List<IMasterFormsCategory> getChildCategories(); 
property MasterFormsCategoryCollection^ ChildCategories { 
   MasterFormsCategoryCollection^ get(); 
} 
ChildCategories # get  (IMasterFormsCategory) 

Property Value

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

Example

A full example implementation of this interface can be found in <INSTALLDIR>\Examples\Forms\DotNet\AutoMasterFormsRepository.

Requirements

Target Platforms

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

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.