Skip to main content
All docs
V24.1

PropertyLocalizationFilter.IsFit(String, Object) Method

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public virtual bool IsFit(
    string path,
    object component
)

Parameters

Name Type
path String
component Object

Returns

Type
Boolean
See Also