ListViewBase.IsItemClickEnabled Property

Definition

public:
 property bool IsItemClickEnabled { bool get(); void set(bool value); };
bool IsItemClickEnabled();

void IsItemClickEnabled(bool value);
public bool IsItemClickEnabled { get; set; }
var boolean = listViewBase.isItemClickEnabled;
listViewBase.isItemClickEnabled = boolean;
Public Property IsItemClickEnabled As Boolean

Property Value

Boolean

bool

Applies to