Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

SchedulerWindowsFormsModule.GetXafResourceLocalizerTypes() Method

Returns a collection of additional Resource Localizer types that can be used in an application that uses the SchedulerWindowsFormsModule.

Namespace: DevExpress.ExpressApp.Scheduler.Win

Assembly: DevExpress.ExpressApp.Scheduler.Win.v19.2.dll

Declaration

public override ICollection<Type> GetXafResourceLocalizerTypes()

Returns

Type Description
ICollection<Type>

An ICollection<Type> collection containing the types of the Resource Localizers supplied with the SchedulerWindowsFormsModule.

Remarks

For information on Resource Localizers, refer to the ModuleBase.GetXafResourceLocalizerTypes method description.

See Also