Skip to main content

MemoEdit.UseOptimizedRendering Property

Gets or sets whether to use optimized rendering. For internal use.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v25.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(true)]
public bool UseOptimizedRendering { get; set; }

Property Value

Type Default Description
Boolean true

true to use optimized rendering; otherwise, false.

See Also