Table of Contents

Struct ItemRange

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll
public readonly struct ItemRange
Inherited Members

Constructors

ItemRange(int, int)

public ItemRange(int startIndex, int endIndex)

Parameters

startIndex int
endIndex int

Properties

EndIndex

public int EndIndex { get; }

Property Value

int

StartIndex

public int StartIndex { get; }

Property Value

int

Methods

Contains(int)

public bool Contains(int itemIndex)

Parameters

itemIndex int

Returns

bool