Dear All,
I'm working to hide a field from column chooser,so i added this same class HideFromCustomizationFormController of the topic "https://www.devexpress.com/Support/Center/Question/Details/Q366279"
But i have this error:
Error 42 Default property access is ambiguous between the inherited interface members 'Public ReadOnly Default Property Item(id As String) As NodeType' of interface 'DevExpress.ExpressApp.Model.IModelList(Of DevExpress.ExpressApp.Model.IModelColumn)' and'Public Default Property Item(index As Integer) As T' of interface 'System.Collections.Generic.IList(Of DevExpress.ExpressApp.Model.IModelColumn)'.
Can you help me to resolve it?
Thank you