IndicatorCellIsClickable Property

This is used to get or set whether the images are clickable and will raise the IndicatorClicked event.

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool IsClickable { get; set; }

Property Value

Boolean
If true, the default, the images will raise the IndicatorClicked event and will display the hand cursor as the mouse moves over each image. If false, the event is not raised when an image is clicked and the mouse cursor is not changed.

See Also