Beispiel #1
0
 /// <summary>
 /// returns <see cref="PropertyColumn"/> corresponding to <paramref name="displayProperty"/>.
 /// </summary>
 /// <param name="displayProperty"></param>
 /// <returns>
 /// <see cref="PropertyColumn"/> corresponding to <paramref name="displayProperty"/>.
 /// </returns>
 public static PropertyColumn GetPropertyColumn(eDisplayProperty displayProperty)
 {
     return(displayPropertyToPropertyColumn[displayProperty]);
 }
Beispiel #2
0
 /// <summary>
 /// returns <see cref="Property"/> corresponding to <paramref name="displayProperty"/>.
 /// </summary>
 /// <param name="displayProperty"></param>
 /// <returns>
 /// <see cref="Property"/> corresponding to <paramref name="displayProperty"/>.
 /// </returns>
 public static Property GetProperty(eDisplayProperty displayProperty)
 {
     return(displayPropertyToProperty[displayProperty]);
 }