←Select platform

RootCategory Property

Summary
Gets the root category of the repository.

Syntax
C#
C++/CLI
Java
Python
public IMasterFormsCategory RootCategory { get; } 
public abstract IMasterFormsCategory getRootCategory(); 
property IMasterFormsCategory^ RootCategory { 
   IMasterFormsCategory^ get(); 
} 
RootCategory # get  (IMasterFormsRepository) 

Property Value

Returns the IMasterFormsCategory that represents the top category that has all Master Forms and sub-categories that are going to be used for AutoFormsEngine.

Remarks

Root category is the top category that holds all Master Forms and subcategories that are going to be used for AutoFormsEngine.

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.