EnableMultiSelectRegion specifies how user select more rows.
Specifing false the entire row is selected. Specifing true only specified columns are selected.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public bool EnableMultiSelectRegion { get; set; }
Public Property EnableMultiSelectRegion As Boolean Get Set
public: property bool EnableMultiSelectRegion { bool get (); void set (bool value); }