コード例 #1
0
 public FormItemLabelBuilder Location(FormLabelLocation value)
 {
     base.Options["location"] = value;
     return(this);
 }
コード例 #2
0
ファイル: FormBuilder.cs プロジェクト: nbluoli/DevExtreme
 public FormBuilder <T> LabelLocation(FormLabelLocation value)
 {
     base.Options["labelLocation"] = value;
     return(this);
 }