Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Add ( |
Adds the specified Column to the end of the collection
|
|
AddRange ( |
Adds an array of Column objects to the collection
|
|
Clear ( ) : void |
Removes all Columns from the collection
|
|
ColumnCollection ( |
Initializes a new instance of the ColumnModel.ColumnCollection class that belongs to the specified ColumnModel
|
|
IndexOf ( |
Returns the index of the specified Column in the model
|
|
Remove ( |
Removes the specified Column from the model
|
|
RemoveAt ( int index ) : void |
Removes the Column at the specified index from the collection
|
|
RemoveRange ( |
Removes an array of Column objects from the collection
|
|
this ( int index ) : |
Gets the Column at the specified index
|
Метод | Описание | |
---|---|---|
OnColumnAdded ( |
Raises the ColumnAdded event
|
|
OnColumnRemoved ( |
Raises the ColumnRemoved event
|
|
RecalcWidthCache ( ) : void |
Recalculates the total combined width of all columns
|
public Add ( |
||
column | The Column to add | |
Результат | int |
public AddRange ( |
||
columns | An array of Column objects to add /// to the collection | |
Результат | void |
public ColumnCollection ( |
||
owner | A ColumnModel representing the columnModel that owns /// the Column collection | |
Результат | System |
public IndexOf ( |
||
column | The Column to look for | |
Результат | int |
protected OnColumnAdded ( |
||
e | A ColumnModelEventArgs that contains the event data | |
Результат | void |
protected OnColumnRemoved ( |
||
e | A ColumnModelEventArgs that contains the event data | |
Результат | void |
public Remove ( |
||
column | The Column to remove | |
Результат | void |
public RemoveAt ( int index ) : void | ||
index | int | The index of the Column to remove |
Результат | void |
public RemoveRange ( |
||
columns | An array of Column objects to remove /// from the collection | |
Результат | void |