ItemRange.Contains(int) method¶
Defined in
Type: ItemRange
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public bool Contains(int itemIndex)
Summary: Determines whether this instance contains the object.
Parameters
| Name | Type | Description |
|---|---|---|
itemIndex | int | Index of the item. |
Returns: bool --
true if [contains] [the specified item index]; otherwise, false.