Please tell me how you can organize one of the fields of the listing to read / read, and the rest of the fields only to read? For example, there is a class:
public class Item { public enum StateList { OK, Error, Process, Completed } private StateList _State = StateList.OK; public StateList State { get { return _State; } } }
Here that for Completed and on record.