I have 4 Comboboxes on my pages, I want each of them to have same properties like
EnableAutomaticLoadOnDemand="true"
EnableVirtualScrolling="true"
Filter="Contains"
ItemsPerRequest="15"
MarkFirstMatch="True"
Skin="Default"
EnableLoadOnDemand="True"
ShowMoreResultsBox="True"
How can I achieve it without having to write same properties for each of them?