PagerControl.GetPagerControl(DependencyObject) Method
In This Article
Gets the value of the PagerControl.PagerControl attached property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static PagerControl GetPagerControl(
DependencyObject obj
)
#Parameters
Name | Type |
---|---|
obj | Dependency |
#Returns
Type |
---|
Pager |
See Also