[]
Gets or sets a value indicating whether mouse click action in the ListItem will change the IsChecked property value. This is a dependency property.
public bool CheckOnClick { get; set; }
Public Property CheckOnClick As Boolean
Type | Description |
---|---|
bool | true if mouse click action will change the IsChecked; otherwise, false. The default is false. |