Resource.Image Property
In This Article
OBSOLETE
Use the Get
Gets or sets the image associated with the resource.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
[Obsolete("Use the GetImage and SetImage extension methods instead.")]
Image Image { get; set; }
#Property Value
Type | Description |
---|---|
Image | A Image value specifying the resource’s image. |
#Remarks
For WinForms Scheduler, use the ResourceExtension.GetImage and ResourceExtension.SetImage extension methods to specify the image for display within the header of the current resource. The methods are accessible with Resource.GetImage and Resource.SetImage notation. The appearance of a resource’s header is determined by the object returned by the SchedulerOptionsView.ResourceHeaders property.
See Also