Class GridSlot
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Model
Assembly: NBoomackClient.dll
Syntax
public class GridSlot : Slot
Properties
Column
Declaration
public int? Column { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ColumnSpan
Declaration
public int? ColumnSpan { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Row
Declaration
public int? Row { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
RowSpan
Declaration
public int? RowSpan { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |