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

EditingFieldCollection.TryGetEditingField(VisualBrick, out EditingField) Method

Attempts to obtain an editing field corresponding to the specified brick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public bool TryGetEditingField(
    VisualBrick brick,
    out EditingField value
)

Parameters

Name Type Description
brick VisualBrick

A brick for which an editing field should be obtained.

value EditingField

An editing field corresponding to the specified brick.

Returns

Type Description
Boolean

true, if an editing field has been obtained; otherwise, false.

See Also