KaxListViewAllowMultiItemSelection Property |
Gets or sets a value indicating whether you will be able to select multiple items
in Kettic
KaxListView. By default this property is set to
false.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual bool AllowMultiItemSelection { get; set; }
Public Overridable Property AllowMultiItemSelection As Boolean
Get
Set
public:
virtual property bool AllowMultiItemSelection {
bool get ();
void set (bool value);
}
abstract AllowMultiItemSelection : bool with get, set
override AllowMultiItemSelection : bool with get, set
Property Value
Type:
Booleantrue if you can have multiple dataItems selected at once. Otherwise,
false. The default is
false.
See Also