Skip to main content
Tab

ASPxVerticalGrid.FindStatusBarTemplateControl(String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public Control FindStatusBarTemplateControl(
    string id
)

Parameters

Name Type Description
id String

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

Returns

Type Description
Control

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

Remarks

For more information, see Templates.

See Also