Back to Devexpress

PopupGalleryEditGallery.GalleryItem Property

windowsforms-devexpress-dot-xtraeditors-dot-popupgalleryeditgallery.md

latest2.0 KB
Original Source

PopupGalleryEditGallery.GalleryItem Property

Gets the RepositoryItemPopupGalleryEdit that owns the current PopupGalleryEditGallery object.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public RepositoryItemPopupGalleryEdit GalleryItem { get; }
vb
<DXCategory("Behavior")>
Public ReadOnly Property GalleryItem As RepositoryItemPopupGalleryEdit

Property Value

TypeDescription
RepositoryItemPopupGalleryEdit

The RepositoryItemPopupGalleryEdit that owns the current PopupGalleryEditGallery.

|

Remarks

You can get the RepositoryItemPopupGalleryEdit that owns the current PopupGalleryEditGallery using the GalleryItem property.

See Also

Properties

PopupGalleryEditGallery Class

PopupGalleryEditGallery Members

DevExpress.XtraEditors Namespace