public DnnDropDownListOptions()
 {
     SelectedItemCss       = "selected-item";
     SelectItemDefaultText = "";
     Services = new ItemListServicesOptions();
     ItemList = new ItemListOptions();
 }
 public DnnDropDownListOptions()
 {
     SelectedItemCss = "selected-item";
     SelectItemDefaultText = "";
     Services = new ItemListServicesOptions();
     ItemList = new ItemListOptions();
 }
 public DnnDropDownListOptions()
 {
     this.SelectedItemCss       = "selected-item";
     this.SelectItemDefaultText = string.Empty;
     this.Services = new ItemListServicesOptions();
     this.ItemList = new ItemListOptions();
 }
 public DnnDropDownListOptions()
 {
     Services = new ItemListServicesOptions();
     ItemList = new ItemListOptions();
 }