Udostępnij za pośrednictwem


ListControl.SetPostDataSelection(Int32) Metoda

Definicja

Selected Ustawia właściwość kontrolki ListItem po opublikowaniu strony.

protected:
 void SetPostDataSelection(int selectedIndex);
protected void SetPostDataSelection (int selectedIndex);
member this.SetPostDataSelection : int -> unit
Protected Sub SetPostDataSelection (selectedIndex As Integer)

Parametry

selectedIndex
Int32

Indeks wybranego elementu w kolekcji Items .

Uwagi

Metoda SetPostDataSelection jest metodą pomocnika, która utrzymuje wybrany element w kontrolce po opublikowaniu ListControl strony.

Dotyczy