On this pageUIDisplayGrid.itemsPerRowpublic Int32 itemsPerRow { get; }CopyDescription#Gets the number of items in a rowUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(UIDisplayGrid target) { System.Int32 result = target.itemsPerRow; } }Copy