Вы всегда можете добавить новое свойство виджета
В классе свойств вашей модели
[EditingComponent(TextInputComponent.IDENTIFIER, Order = 0, Label = "Page Selector Class")]
public string PageSelectorClass { get; set; }
В вашем контроллере
var pages = DocumentHelper.GetDocuments(GetProperties().PageSelector)
//any other LINQ statements you need