Back to Devexpress

NavigationPane.Images Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpane-72fccc24.md

latest1.7 KB
Original Source

NavigationPane.Images Property

Gets or sets the image storage whose images can be used as icons for pages owned by this NavigationPane.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public object Images { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Images As Object

Property Value

TypeDefaultDescription
Objectnull

An Object that stores images that can be used as page icons.

|

Remarks

The Images property accepts the following DevExpress image storages:

Use the page’s ImageOptions.ImageIndex property to choose an icon from a storage.

See Also

NavigationPane Class

NavigationPane Members

DevExpress.XtraBars.Navigation Namespace