Back to Devexpress

ASPxGridView.FindFilterRowTemplateControl(String) Method

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

latest1.6 KB
Original Source

ASPxGridView.FindFilterRowTemplateControl(String) Method

Searches for the server control contained within the specified filter row template.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public Control FindFilterRowTemplateControl(
    string id
)
vb
Public Function FindFilterRowTemplateControl(
    id As String
) As Control

Parameters

NameTypeDescription
idString

A String value that identifies the control within the specified filter cell.

|

Returns

TypeDescription
Control

A Control object that is the control contained within the specified filter cell’s template.

|

See Also

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace