[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridRowCol

GridRowCol Class

Abstract base class for GridRow and GridColumn classes.

Inheritance
GridRowCol
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public abstract class GridRowCol : ComponentBase, IComponent, IHandleAfterRender, INotifyPropertyChanged, INotifyPropertyChanging, IHandleEvent

Constructors

Name Description
GridRowCol()

Properties

Name Description
Index

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

IsAutoGenerated

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

Methods

Name Description
OnPropertyChanged(string)

Called when a property changed.

OnPropertyChanging(string)

Called before a property changed.

Events

Name Description
PropertyChanged

Occurs when a property value changes.

PropertyChanging

Occurs before a property value changes.