Skip to main content

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.v23.2.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