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