IndicatorColumnIsClickable 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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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