IControlAdapter.ItemWeight Propiedad

Definición

Obtiene acceso al grosor aproximado de un solo elemento del control. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with ASP.NET.

public:
 property int ItemWeight { int get(); };
public int ItemWeight { get; }
member this.ItemWeight : int
Public ReadOnly Property ItemWeight As Integer

Valor de propiedad

Peso aproximado de un único elemento en el control.

Comentarios

Un valor de -1 indica que se debe usar el peso predeterminado para el elemento. La clase heredada debe invalidar esta propiedad. Para obtener más información sobre cómo invalidar esta propiedad, vea Paginación.

Se aplica a

Consulte también