using DR.Web.UI.ViewConfig; namespace DR.FV2016.Web.Models.Candidate.Configs { public class CandidateListViewConf : ListViewConf { public CandidateListItemViewConf ItemConfig = new CandidateListItemViewConf(); public bool ShowResultHeader { get; set; } public bool ShowPartyVotes { get; set; } } }