[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CheckOnClick

CheckOnClick Property

CheckOnClick

Gets or sets a value indicating whether mouse click action in the ListItem will change the IsChecked property value. This is a dependency property.

Declaration
public bool CheckOnClick { get; set; }
Public Property CheckOnClick As Boolean
Property Value
Type Description
bool

true if mouse click action will change the IsChecked; otherwise, false. The default is false.