ImageCollection.ImageStream Property
In This Article
Gets or sets the handle to the ImageListStreamer associated with the current image collection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
[DefaultValue(null)]
public ImageCollectionStreamer ImageStream { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
null | A handle to the Image |
See Also