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

TileViewOptionsImageLoad Class

Provides properties that manage image loading in the TileView.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v18.1.dll

Declaration

[TypeConverter(typeof(ExpandableObjectConverter))]
public class TileViewOptionsImageLoad :
    BaseOptions

The following members accept/return TileViewOptionsImageLoad objects:

Remarks

Options provided by the TileViewOptionsImageLoad class are accessible from the TileView.OptionsImageLoad property.

Inheritance

See Also