ASPxVerticalGrid.FindRowCellTemplateControl(Int32, VerticalGridDataRow, String) Method
In This Article
Searches for the server control contained within the specified data cell‘s template.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public Control FindRowCellTemplateControl(
int visibleIndex,
VerticalGridDataRow row,
string id
)
#Parameters
Name | Type | Description |
---|---|---|
visible |
Int32 | A zero-based integer value that identifies the record. |
row | Vertical |
A Vertical |
id | String |
#Returns
Type | Description |
---|---|
Control | A Control object that represents the control contained within the specified data cell’s template. |
#Remarks
For more information, see Templates.
See Also