how to set my custom side button region into top(first) position in WDE 8.5?
viewManager.ViewsByRegionName["CaseViewSideButtonRegion"].Insert(0,new ViewActivator()
{
ViewType = typeof(ICustomerInfoSideButton),
ViewName = "CustomInfoButton",
ActivateView = true
});
when i add this code ,it will display like contact,my custom,Response side button order…actually i need like my custom,contact,response…pls…