Back to Devexpress

CanGetNextPrevImageEventArgs.CanGetImage Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-cangetnextprevimageeventargs-c80b46af.md

latest1.6 KB
Original Source

CanGetNextPrevImageEventArgs.CanGetImage Property

Gets or sets whether an image in the current sliding direction can be displayed. If not - corresponding navigation button will be disabled.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool CanGetImage { get; set; }
vb
Public Property CanGetImage As Boolean

Property Value

TypeDescription
Boolean

true if an image in the current sliding direction can be displayed; otherwise, false.

|

Remarks

See the Virtual Mode topic to learn more.

See Also

Virtual Mode

CanGetNextPrevImageEventArgs Class

CanGetNextPrevImageEventArgs Members

DevExpress.XtraEditors.Controls Namespace