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

ASPxGridView.FindStatusBarTemplateControl(String) Method

Searches for the specified server control contained within the Status Bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public Control FindStatusBarTemplateControl(
    string id
)

Parameters

Name Type Description
id String

A String value that identifies the control within the ASPxGridView’s status bar.

Returns

Type Description
Control

A Control object that represents the control within the ASPxGridView’s status bar. null (Nothing in Visual Basic) if the specified control doesn’t exist.

See Also