EditingFieldCollection.TryGetEditingField(VisualBrick, out EditingField) Method
Attempts to obtain an editing field corresponding to the specified brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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