MobileControl.FirstPage Właściwość

Definicja

Zwraca pierwszą stronę formularza, na której jest wyświetlana ta kontrolka. Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z 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ż