Assembly: Express;
The IEaxConfigurationPads interface contains properties and methods used to work with collection of pads of express report side panel.
The pads collection of navigation panel can be obtained in the IEaxCustomConfigurationCategory.Pads property.
Property name | Brief description | |
Count | The Count property returns the number of pads in the collection. | |
Item | The Item property returns parameters of the specified pad, the index of which is defined as input parameter. |
Method name | Brief description | |
Add | The Add method adds the specified pad to the collection. | |
Clear | The Clear method removes all pads form the collection. | |
Insert | The Insert method inserts the specified pad to the specified position in the collection. | |
PadIndex | The PadIndex method returns pad index in the collection. | |
Remove | The Remove method removes the specified pad from the group. |
See also: