IDataBoundListControl.EnablePersistedSelection 属性

定义

获取或设置一个值,该值指示行的选择是基于索引还是基于数据键值。

public:
 property bool EnablePersistedSelection { bool get(); void set(bool value); };
public bool EnablePersistedSelection { get; set; }
member this.EnablePersistedSelection : bool with get, set
Public Property EnablePersistedSelection As Boolean

属性值

true 如果行选择基于数据键值,则为 ;否则,为 false.

适用于