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.v19.1.dll

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