 | GridItemsSetter Class |
Set the items of a UIGrid depending on the items of the collection data value.
Inheritance Hierarchy
Namespace:
Slash.Unity.DataBind.UI.NGUI.Setters
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic sealed class GridItemsSetter : GameObjectItemsSetter
Public NotInheritable Class GridItemsSetter
Inherits GameObjectItemsSetter
public ref class GridItemsSetter sealed : public GameObjectItemsSetter
[<SealedAttribute>]
type GridItemsSetter =
class
inherit GameObjectItemsSetter
end
The GridItemsSetter type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | UIGrid |
UI Grid to work on.
|
Top
See Also