List.DataTextField 属性
定义
指定在绑定项的 Text 属性时要使用数据绑定项的哪个属性。Specifies which property of a data-bound item to use when binding an item's Text property. 默认为 null。The default is null. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
property System::String ^ DataTextField { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.Design.MobileControls.Converters.DataFieldConverter))]
public string DataTextField { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.Design.MobileControls.Converters.DataFieldConverter))>]
member this.DataTextField : string with get, set
Public Property DataTextField As String
属性值
在绑定某个项的 Text 属性时要使用的数据绑定项的属性。The property of a data-bound item to use when binding an item's Text property.
- 属性