NBoomackClient
Show / Hide Table of Contents

Class GridSlot

Inheritance
object
Slot
GridSlot
Inherited Members
Slot.Index
Slot.History
Slot.Extensions
Slot.Toolbar
Slot.NoPause
Slot.NoZoom
Slot.NoClear
Slot.NoMaximize
Slot.NoSingleOut
Slot.ShowId
Slot.Border
Slot.Zoom
Slot.CssColorFilter
Slot.ColorFilterMatrix
Slot.ColorFilter
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?
In This Article
Back to top
Boomack Homepage