コード例 #1
0
ファイル: PropertyByName.cs プロジェクト: thamdavies/uStora
 public string[] GetDropDownElements()
 {
     return(IsDropDownCell ? DropDownElements.Select(ev => ev.Text).ToArray() : new string[0]);
 }
コード例 #2
0
 public string[] GetDropDownElements()
 {
     return(DropDownElements.Select(ev => ev.Text).ToArray());
 }