Skip to main content
All docs
V24.2

TranslateBehaviorProperties.ShouldSerializeLanguages() Method

Indicates whether the Languages property should be serialized during serialization of TranslateBehaviorProperties.

Namespace: DevExpress.AIIntegration.WinForms

Assembly: DevExpress.AIIntegration.WinForms.v24.2.dll

NuGet Package: DevExpress.AIIntegration.WinForms

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShouldSerializeLanguages()

Returns

Type Description
Boolean

true if the Languages property should be serialized; otherwise, false.

Remarks

Read the following help topic for additional information and examples: AI-powered Text Transform Behaviors.

See Also