C# Class FullInspector.InspectorCollectionPagerAttribute

Inheritance: System.Attribute
Mostra file Open project: jacobdufault/fullinspector

Public Properties

Property Type Description
PageMinimumCollectionLength int

Public Methods

Method Description
InspectorCollectionPagerAttribute ( ) : System
InspectorCollectionPagerAttribute ( int pageMinimumCollectionLength ) : System

Method Details

InspectorCollectionPagerAttribute() public method

public InspectorCollectionPagerAttribute ( ) : System
return System

InspectorCollectionPagerAttribute() public method

public InspectorCollectionPagerAttribute ( int pageMinimumCollectionLength ) : System
pageMinimumCollectionLength int
return System

Property Details

PageMinimumCollectionLength public_oe property

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
return int