Свойство | Тип | Описание | |
---|---|---|---|
DefaultHeaderHeight | int | ||
MaximumHeaderHeight | int | ||
MinimumHeaderHeight | int |
Свойство | Тип | Описание | |
---|---|---|---|
Init | void | ||
OnColumnPropertyChanged | void | ||
ShouldSerializeHeaderHeight | bool |
Метод | Описание | |
---|---|---|
ColumnAtX ( int xPosition ) : |
Returns the Column that lies on the specified position
|
|
ColumnHeaderRect ( |
Returns a rectangle that countains the header of the specified column
|
|
ColumnHeaderRect ( int index ) : |
Returns a rectangle that countains the header of the column at the specified index in the ColumnModel
|
|
ColumnIndexAtX ( int xPosition ) : int |
Returns the index of the Column that lies on the specified position
|
|
ColumnModel ( ) : System |
Initializes a new instance of the ColumnModel class with default settings
|
|
ColumnModel ( |
Initializes a new instance of the Row class with an array of Column objects
|
|
ColumnModel ( string columns ) : System |
Initializes a new instance of the ColumnModel class with an array of strings representing TextColumns
|
|
ContainsCellEditor ( string name ) : bool |
Gets whether the ColumnModel contains an ICellEditor with the specified name
|
|
ContainsCellRenderer ( string name ) : bool |
Gets whether the ColumnModel contains an ICellRenderer with the specified name
|
|
GetCellEditor ( int column ) : ICellEditor |
Gets the ICellEditor for the Column at the specified index in the ColumnModel
|
|
GetCellEditor ( string name ) : ICellEditor |
Returns the ICellEditor that is associated with the specified name
|
|
GetCellRenderer ( int column ) : ICellRenderer |
Gets the ICellRenderer for the Column at the specified index in the ColumnModel
|
|
GetCellRenderer ( string name ) : ICellRenderer |
Returns the ICellRenderer that is associated with the specified name
|
|
NextVisibleColumn ( int index ) : int |
Returns the index of the first visible Column that is to the right of the Column at the specified index in the ColumnModel
|
|
PreviousVisibleColumn ( int index ) : int |
Returns the index of the first visible Column that is to the left of the Column at the specified index in the ColumnModel
|
|
ResizeColumnWidth ( ) : void |
|
|
SetCellEditor ( string name, ICellEditor editor ) : void |
Associates the specified ICellRenderer with the specified name
|
|
SetCellRenderer ( string name, ICellRenderer renderer ) : void |
Associates the specified ICellRenderer with the specified name
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the ColumnModel and optionally releases the managed resources
|
|
OnColumnAdded ( |
Raises the ColumnAdded event
|
|
OnColumnRemoved ( |
Raises the ColumnRemoved event
|
|
OnHeaderHeightChanged ( |
Raises the HeaderHeightChanged event
|
Метод | Описание | |
---|---|---|
Init ( ) : void |
Initialise default settings
|
|
OnColumnPropertyChanged ( |
Raises the ColumnPropertyChanged event
|
|
ShouldSerializeHeaderHeight ( ) : bool |
Specifies whether the HeaderHeight property should be serialized at design time
|
public ColumnAtX ( int xPosition ) : |
||
xPosition | int | The x-coordinate to check |
Результат |
public ColumnHeaderRect ( |
||
column | The column | |
Результат |
public ColumnHeaderRect ( int index ) : |
||
index | int | The index of the column |
Результат |
public ColumnIndexAtX ( int xPosition ) : int | ||
xPosition | int | The x-coordinate to check |
Результат | int |
public ColumnModel ( |
||
columns | An array of Cell objects that represent the Columns /// of the ColumnModel | |
Результат | System |
public ColumnModel ( string columns ) : System | ||
columns | string | An array of strings that represent the Columns of /// the ColumnModel |
Результат | System |
public ContainsCellEditor ( string name ) : bool | ||
name | string | The name associated with the ICellEditor |
Результат | bool |
public ContainsCellRenderer ( string name ) : bool | ||
name | string | The name associated with the ICellRenderer |
Результат | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetCellEditor ( int column ) : ICellEditor | ||
column | int | The index of the Column in the ColumnModel for /// which an ICellEditor will be retrieved |
Результат | ICellEditor |
public GetCellEditor ( string name ) : ICellEditor | ||
name | string | The name thst is associated with an ICellEditor |
Результат | ICellEditor |
public GetCellRenderer ( int column ) : ICellRenderer | ||
column | int | The index of the Column in the ColumnModel for /// which an ICellRenderer will be retrieved |
Результат | ICellRenderer |
public GetCellRenderer ( string name ) : ICellRenderer | ||
name | string | The name thst is associated with an ICellEditor |
Результат | ICellRenderer |
public NextVisibleColumn ( int index ) : int | ||
index | int | The index of the Column for which the first /// visible Column that is to the right of the specified Column is to /// be found |
Результат | int |
protected OnColumnAdded ( |
||
e | A ColumnModelEventArgs that contains the event data | |
Результат | void |
protected OnColumnRemoved ( |
||
e | A ColumnModelEventArgs that contains the event data | |
Результат | void |
protected OnHeaderHeightChanged ( |
||
e | An EventArgs that contains the event data | |
Результат | void |
public PreviousVisibleColumn ( int index ) : int | ||
index | int | The index of the Column for which the first /// visible Column that is to the left of the specified Column is to /// be found |
Результат | int |
public SetCellEditor ( string name, ICellEditor editor ) : void | ||
name | string | The name to be associated with the specified ICellEditor |
editor | ICellEditor | The ICellEditor to be added to the ColumnModel |
Результат | void |
public SetCellRenderer ( string name, ICellRenderer renderer ) : void | ||
name | string | The name to be associated with the specified ICellRenderer |
renderer | ICellRenderer | The ICellRenderer to be added to the ColumnModel |
Результат | void |
public static int DefaultHeaderHeight | ||
Результат | int |
public static int MaximumHeaderHeight | ||
Результат | int |