Skip to main content

PagerControl.AllowFirstPageButton Property

Gets or sets whether the first page button is allowed.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool AllowFirstPageButton { get; set; }

Property Value

Type Description
Boolean

true, to allow the first page button; otherwise, false.

See Also