[]
Abstract base class for GridRow and GridColumn classes.
public abstract class GridRowCol : ComponentBase, IComponent, IHandleAfterRender, INotifyPropertyChanged, INotifyPropertyChanging, IHandleEvent
Name | Description |
---|---|
GridRowCol() |
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. |
Name | Description |
---|---|
OnPropertyChanged(string) | Called when a property changed. |
OnPropertyChanging(string) | Called before a property changed. |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |
PropertyChanging | Occurs before a property value changes. |