Class
PivotGridGroupSlot

Definition

Namespace:Telerik.Blazor.Components.PivotGrid

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class PivotGridGroupSlot

Inheritance: objectPivotGridGroupSlot

Constructors

PivotGridGroupSlot(int, int)

Declaration

cs-api-definition
public PivotGridGroupSlot(int slot, int level)

Parameters

slot

int

level

int

Properties

Level

Declaration

cs-api-definition
public int Level { get; set; }

Property Value

int

Slot

Declaration

cs-api-definition
public int Slot { get; set; }

Property Value

int

Methods

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()