C# Класс FullInspector.InspectorCollectionPagerAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
PageMinimumCollectionLength int

Открытые методы

Метод Описание
InspectorCollectionPagerAttribute ( ) : System
InspectorCollectionPagerAttribute ( int pageMinimumCollectionLength ) : System

Описание методов

InspectorCollectionPagerAttribute() публичный Метод

public InspectorCollectionPagerAttribute ( ) : System
Результат System

InspectorCollectionPagerAttribute() публичный Метод

public InspectorCollectionPagerAttribute ( int pageMinimumCollectionLength ) : System
pageMinimumCollectionLength int
Результат System

Описание свойств

PageMinimumCollectionLength публичное свойство

The minimum collection length before the pager is displayed. A value of 0 means that the pager will always be displayed, and a negative value means that the pager will never be displayed. Use AlwaysHide or AlwaysShow as utility methods for setting PageMinimumCollectionLength to those special values.
public int PageMinimumCollectionLength
Результат int