Skip to main content
All docs
V23.2

InsertTextCommand.Culture Property

Gets or sets the culture of inserted text.

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public CultureInfo Culture { get; set; }

Property Value

Type Description
CultureInfo

The inserted text culture.

See Also