Skip to main content

MemoEdit.UseOptimizedRendering Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v26.1.dll

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