GalleryControl.SetGalleryControl(DependencyObject, GalleryControl) Method
Sets the value of the GalleryControl.GalleryControl attached property for the specified object.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
[Browsable(false)]
public static void SetGalleryControl(
DependencyObject obj,
GalleryControl value
)
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | A dependency object whose GalleryControl.GalleryControl attached property is to be set. |
value | GalleryControl | The new value of the GalleryControl.GalleryControl attached property for the specified object. |
See Also