Skip to main content
All docs
V26.1
  • DataLayoutControl.GetItemByFieldName(String) Method

    Returns the layout item whose control (LayoutControlItem.Control) is bound to the specified field.

    Namespace: DevExpress.XtraDataLayout

    Assembly: DevExpress.XtraLayout.v26.1.dll

    Declaration

    public LayoutControlItem GetItemByFieldName(
        string fieldName
    )

    Parameters

    Name Type Description
    fieldName String

    The name of the field to which the target layout item’s control is bound.

    Returns

    Type Description
    LayoutControlItem

    The layout item whose control (LayoutControlItem.Control) is bound to the specified field. The null value if no control is found.

    See Also