Udostępnij za pośrednictwem


MobileControl.FirstPage Właściwość

Definicja

Zwraca pierwszą stronę formularza, na której jest wyświetlana ta kontrolka. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public:
 property int FirstPage { int get(); void set(int value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public int FirstPage { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.FirstPage : int with get, set
Public Property FirstPage As Integer

Wartość właściwości

Pierwsza strona formularza, na której jest wyświetlana ta kontrolka.

Atrybuty

Uwagi

Ta właściwość jest używana do stronicowania formularzy.

Dotyczy

Zobacz też