Skip to main content

EditingFieldCollection.TryGetEditingField(VisualBrick, out EditingField) Method

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

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