/// The EntryDictionary is used for integration with libraries that /// can use only public properties, such as DataGrid. /// It is also used to pass properties as Event argument, /// in which case it is used like a data transfer object. ///
/// The values are available both as an IDictionary and /// (optionally) as Properties. /// (The properties should use the IDictionary for storage.) /// To define properties, extend EntryDictionary. ///
Override to provide functionality
///