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