What is the Process of Setting the Properties of repeater in the code behind in Kentico
After setting its properties in code behind you need to call the ReloadData method. If you don’t want to bind data you can set 'DataBindByDefault' property of repeater (on aspx template) to false so it will bind the data only after calling ReloadData method