Skip to main content
A newer version of this page is available. .

PagerControl.SetPagerControl(DependencyObject, PagerControl) Method

Sets the value of the PagerControl.PagerControl attached property.

Namespace: DevExpress.Xpf.Editors

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

Declaration

public static void SetPagerControl(
    DependencyObject obj,
    PagerControl value
)

Parameters

Name Type
obj DependencyObject
value PagerControl
See Also