C1.Blazor.Grid by GrapeCity, Inc.

<PackageReference Include="C1.Blazor.Grid" Version="3.1.20203.35" />

.NET API 297,560 bytes

 GridRowCol

Abstract base class for GridRow and GridColumn classes.
public int Index { get; }

Gets the index of the row inside the collection of rows of the associated FlexGrid.

public bool IsAutoGenerated { get; }

Gets a value indicating whether this column or row was generated from source.

Occurs when a property value changes.

Occurs before a property value changes.

protected GridRowCol()

protected virtual void OnPropertyChanged(string propertyName = "")

Called when a property changed.

protected virtual void OnPropertyChanging(string propertyName = "")

Called before a property changed.