[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridRowCol

GridRowCol Class

Abstract base class for GridRow and GridColumn classes.

Inheritance
GridRowCol
Namespace: C1.WinUI.Grid
Assembly: C1.WinUI.Grid.dll
Syntax
public abstract class GridRowCol : INotifyPropertyChanged, INotifyPropertyChanging
Public MustInherit Class GridRowCol
    Implements INotifyPropertyChanged, INotifyPropertyChanging

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.