Skip to main content
A newer version of this page is available. .

BootstrapGridViewCommandColumnCustomButtonCollection.Item[String] Property

Provides indexed access to individual items in the collection.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[Browsable(false)]
public BootstrapGridViewCommandColumnCustomButton this[string IDorText] { get; }

Parameters

Name Type Description
IDorText String

A string value specifying the desired button’s ID or text.

Property Value

Type Description
BootstrapGridViewCommandColumnCustomButton

A BootstrapGridViewCommandColumnCustomButton object which represents the specified button.

Remarks

Use this property to access items using index notation.

See Also