Item Property (DevExpressEditButtonCollection Objects)

Applies to TestComplete 15.63, last modified on April 23, 2024

Description

The Item property provides access to an edit button displayed in the Developer Express control.

Declaration

TestObj.Item(Item)

Read-Only Property A DevExpressEditButton object
TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
Item [in]    Required    Variant    

Applies To

The property is applied to the following object:

View Mode

To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.

Parameters

The property has the following parameter:

Item

Specifies the desired item. This parameter can have one of the following values:

  • The item's index within the collection. Indexes are zero-based: the first item has the index of 0, the second - 1, and so on. The index of the last item is Count-1.
  • The item's caption.

Property Value

A DevExpressEditButton object that contains information about the specified edit button.

See Also

Count Property (DevExpressEditButtonCollection Objects)

Highlight search results