Skip to main content
A newer version of this page is available. .

RepositoryItemPictureEdit.EnableLODImages Property

Gets or sets whether the LOD (Level-of-detail) algorithm is used to optimize the display of large images.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool EnableLODImages { get; set; }

Property Value

Type Default Description
Boolean false

true, if the LOD (Level-of-detail) algorithm is used to optimize the display of large images; otherwise, false.

See Also