ListView.ColumnHeaderCollection
Wisej.Web.ListView ColumnHeaderCollection
public class ColumnHeaderCollection : IList, ICollection, IEnumerable, IList<ColumnHeader>, ICollection<ColumnHeader>, IEnumerable<ColumnHeader>Public Class ColumnHeaderCollection
Inherits IList
Implements ICollection, IEnumerable, IList(Of ColumnHeader), ICollection(Of ColumnHeader), IEnumerable(Of ColumnHeader)Constructors
ColumnHeaderCollection(owner)
Name
Type
Description
Properties
Count
IsReadOnly
Item(index)
Item(key)
Methods
Add(text, width, textAlign)
Parameter
Type
Description
Add(header)
Parameter
Type
Description
Add(text)
Parameter
Type
Description
Add(text, width)
Parameter
Type
Description
Add(key, text)
Parameter
Type
Description
Add(key, text, width)
Parameter
Type
Description
Add(key, text, width, textAlign, imageKey)
Parameter
Type
Description
Add(key, text, width, textAlign, imageIndex)
Parameter
Type
Description
AddRange(headers)
Parameter
Type
Description
Clear()
Clear(dispose)
Parameter
Type
Description
Contains(header)
Parameter
Type
Description
ContainsKey(key)
Parameter
Type
Description
CopyTo(array, arrayIndex)
Parameter
Type
Description
GetEnumerator()
IndexOf(value)
Parameter
Type
Description
IndexOfKey(key)
Parameter
Type
Description
Insert(index, header)
Parameter
Type
Description
Insert(index, text, width, textAlign)
Parameter
Type
Description
Insert(index, text)
Parameter
Type
Description
Insert(index, text, width)
Parameter
Type
Description
Insert(index, key, text)
Parameter
Type
Description
Insert(index, key, text, width)
Parameter
Type
Description
Insert(index, key, text, width, textAlign, imageKey)
Parameter
Type
Description
Insert(index, key, text, width, textAlign, imageIndex)
Parameter
Type
Description
Remove(column)
Parameter
Type
Description
RemoveAt(index)
Parameter
Type
Description
RemoveByKey(key)
Parameter
Type
Description
Events
CollectionChanged
Last updated
Was this helpful?

