LocalizationItem.HasValues(Object, String, String) Method
Determines whether the current item has a value for the specified reporting component, language and property.
Namespace: DevExpress.XtraReports.Localization
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
component | Object | The reporting component or control. |
path | String | The name of the property. |
culture | String | The culture name. |
Returns
Type | Description |
---|---|
Boolean | True, if the localizastion item contains the specified component, culture and property names; otherwise, false. |
See Also