[]
        
(Showing Draft Content)

C1.C1Preview.RenderObjectCollection.FindById

FindById Method

FindById(int)

Searches the current collection for a RenderObject with the specified value of the C1.C1Preview.RenderObject.Id property.

Declaration
public RenderObject FindById(int id)
Parameters
Type Name Description
int id

The Id to search for.

Returns
Type Description
RenderObject

The render object with the specified Id, or null of no such object was found.