GalleryControl.GetGalleryControl(DependencyObject) Method
In This Article
Gets the value of the GalleryControl.GalleryControl attached property for the specified object.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
public static GalleryControl GetGalleryControl(
DependencyObject obj
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
A dependency object whose Gallery |
#Returns
Type | Description |
---|---|
Gallery |
The value of the Gallery |
See Also