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

PivotGridFieldCollection.GetFieldByClientID(String) Method

This member supports the internal infrastructure and cannot be used directly from your code.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

public PivotGridFieldBase GetFieldByClientID(
    string clientID
)

Parameters

Name Type
clientID String

Returns

Type
PivotGridFieldBase
See Also