Back to Devexpress

ASPxGridView.FindPreviewRowTemplateControl(Int32, String) Method

aspnet-devexpress-dot-web-dot-aspxgridview-dot-findpreviewrowtemplatecontrol-x28-system-dot-int32-system-dot-string-x29.md

latest1.7 KB
Original Source

ASPxGridView.FindPreviewRowTemplateControl(Int32, String) Method

Searches for the specified server control contained within the specified preview row‘s template.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public Control FindPreviewRowTemplateControl(
    int visibleIndex,
    string id
)
vb
Public Function FindPreviewRowTemplateControl(
    visibleIndex As Integer,
    id As String
) As Control

Parameters

NameTypeDescription
visibleIndexInt32

An integer value that identifies the data row.

| | id | String |

The identifier for the control to be found.

|

Returns

TypeDescription
Control

A Control object that represents the control contained within the specified preview row’s template.

|

See Also

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace