IndicatorColumnIsBitFlags Property

This is used to indicate that the bound field represents a set of bit flags used to indicate the on/off states of each image.

Definition

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

Property Value

Boolean
The column must be bound to a 16-bit or 32-bit integer for this to be used. If set to false, the default, the MapValueToIndicators event must be used to specify the image states.

See Also