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

适用于