EditingFieldExtensionsWin.TryGetRepositoryItem(String, out RepositoryItem) Method
Attempts to obtain a repository item by the specified name.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v25.1.dll
NuGet Package: DevExpress.Win.Printing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The name of an item to be obtained. |
| value | RepositoryItem | A RepositoryItem descendant with the specified name. |
Returns
| Type | Description |
|---|---|
| Boolean | true if a repository item has been obtained; otherwise, false. |
See Also