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.
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool IsBitFlags { get; set; }
Public Property IsBitFlags As Boolean
Get
Set
public:
property bool IsBitFlags {
bool get ();
void set (bool value);
}
member IsBitFlags : bool with get, set
Property Value
BooleanThe 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.