EditingFieldExtensionsWin.TryGetRepositoryItem(String, out RepositoryItem) Method
Attempts to obtain a repository item by the specified name.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.2.dll
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