BootstrapGridViewCommandColumnCustomButtonCollection.Item[String] Property
Provides indexed access to individual items in the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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