Back to Devexpress

GalleryControl.GetGalleryControl(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-bars-dot-gallerycontrol-dot-getgallerycontrol-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.7 KB
Original Source

GalleryControl.GetGalleryControl(DependencyObject) Method

Gets the value of the GalleryControl.GalleryControl attached property for the specified object.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public static GalleryControl GetGalleryControl(
    DependencyObject obj
)
vb
<Browsable(False)>
Public Shared Function GetGalleryControl(
    obj As DependencyObject
) As GalleryControl

Parameters

NameTypeDescription
objDependencyObject

A dependency object whose GalleryControl.GalleryControl attached property’s value is to be returned.

|

Returns

TypeDescription
GalleryControl

The value of the GalleryControl.GalleryControl attached property for the specified object.

|

See Also

GalleryControl

GalleryControl Members

DevExpress.Xpf.Bars Namespace