Skip to main content
A newer version of this page is available. .

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.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public bool HasValues(
    object component,
    string path,
    string culture
)

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