Back to Devexpress

CompatibilitySettings.AllowGlyphRunRenderingInInplaceEditors Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-40467595.md

latest2.0 KB
Original Source

CompatibilitySettings.AllowGlyphRunRenderingInInplaceEditors Property

Gets or sets whether to use the GlyphRun engine to render text in cell editors.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Data.Desktop.v25.2.dll

NuGet Packages : DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public static bool AllowGlyphRunRenderingInInplaceEditors { get; set; }
vb
Public Shared Property AllowGlyphRunRenderingInInplaceEditors As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to use the GlyphRun engine; otherwise, false.

|

Remarks

The GridControl in Optimized Mode uses the GlyphRun engine to render text in cell editors. This improves the initial loading time and scrolling performance up to 1.5 times on a FullHD screen. While the new text rendering engine is thoroughly tested and supports all known text elements and fonts, you may still see slight differences compared to how text was drawn previously. If you want to roll back to the old rendering engine, set the static AllowGlyphRunRenderingInInplaceEditors property to false before the grid is loaded.

See Also

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace