Indicator ColumnIs Bit Flags 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.31.0
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.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool IsBitFlags { get; set; }VB
Public Property IsBitFlags As Boolean
Get
SetC++
public:
property bool IsBitFlags {
bool get ();
void set (bool value);
}F#
member IsBitFlags : bool with get, setProperty 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.