[]
        
(Showing Draft Content)

C1.Win.C1Command.C1NavBarPanel.PanelCollection.FindID

FindID Method

FindID(int)

Looks for the panel in the collection with the specified value of the ID property.

Declaration
public C1NavBarPanel FindID(int id)
Parameters
Type Name Description
int id

The value of the ID property to search for.

Returns
Type Description
C1NavBarPanel

Panel with the specified ID, or null if no such panel exists.