Back to Devexpress

RepositoryItemPageNumberEdit.LabelFormat Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempagenumberedit-1e157977.md

latest1.8 KB
Original Source

RepositoryItemPageNumberEdit.LabelFormat Property

Gets or sets the edit control’s caption.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("of {0}")]
[DXCategory("Appearance")]
public virtual string LabelFormat { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue("of {0}")>
Public Overridable Property LabelFormat As String

Property Value

TypeDefaultDescription
String"of {0}"

A string value that specifies the caption of the edit control.

|

Remarks

The LabelFormat property specifies the caption of the edit control. You can use the {0} placeholder for the maximum page number (see RepositoryItemPageNumberEdit.TotalPageCount).

See Also

TotalPageCount

RepositoryItemPageNumberEdit Class

RepositoryItemPageNumberEdit Members

DevExpress.XtraEditors.Repository Namespace