The following tables list the members exposed by DefaultStyleCollection.
Name | Description | |
---|---|---|
DefaultStyleCollection Constructor |
Name | Description | |
---|---|---|
ColumnFooterEnhanced | Represents the enhanced style for column footer cells. | |
ColumnHeaderArcticSea | Represents the enhanced style for column header cells. | |
ColumnHeaderEnhanced | Represents the enhanced style for column header cells. | |
ColumnHeaderGrayscale | Represents the enhanced style for column header cells. | |
ColumnHeaderMetallic | Represents the enhanced style for column header cells. | |
ColumnHeaderMidnight | Represents the enhanced style for column header cells. | |
ColumnHeaderNewspaper | Represents the enhanced style for column header cells. | |
ColumnHeaderPastel | Represents the enhanced style for column header cells. | |
ColumnHeaderRose | Represents the enhanced style for column header cells. | |
ColumnHeaderSandstorm | Represents the enhanced style for column header cells. | |
ColumnHeaderSeashell | Represents the enhanced style for column header cells. | |
ColumnHeaderShamrock | Represents the enhanced style for column header cells. | |
ColumnHeaderSunburst | Represents the enhanced style for column header cells. | |
CornerArcticSea | Represents the enhanced style for corner header cells. | |
CornerDefault | Represents the default style for header cells. | |
CornerEnhanced | Represents the enhanced style for corner header cells. | |
CornerGrayscale | Represents the enhanced style for corner header cells. | |
CornerMetallic | Represents the enhanced style for corner header cells. | |
CornerMidnight | Represents the enhanced style for corner header cells. | |
CornerNewspaper | Represents the enhanced style for corner header cells. | |
CornerPastel | Represents the enhanced style for corner header cells. | |
CornerRose | Represents the enhanced style for corner header cells. | |
CornerSandstorm | Represents the enhanced style for corner header cells. | |
CornerSeashell | Represents the enhanced style for corner header cells. | |
CornerShamrock | Represents the enhanced style for corner header cells. | |
CornerSunburst | Represents the enhanced style for corner header cells. | |
DataAreaDefault | Represents the default style for data area cells. | |
DataAreaGrayscale | Represents data area for Grayscale style | |
DataAreaMidnight | Represents data area for Midnight style | |
HeaderDefault | Represents the default style for header cells. | |
RowHeaderArcticSea | Represents the enhanced style for row header cells. | |
RowHeaderDefault | Represents the default style for header cells. | |
RowHeaderEnhanced | Represents the enhanced style for row header cells. | |
RowHeaderGrayscale | Represents the enhanced style for row header cells. | |
RowHeaderMetallic | Represents the enhanced style for row header cells. | |
RowHeaderMidnight | Represents the enhanced style for row header cells. | |
RowHeaderNewspaper | Represents the enhanced style for row header cells. | |
RowHeaderPastel | Represents the enhanced style for row header cells. | |
RowHeaderRose | Represents the enhanced style for row header cells. | |
RowHeaderSandstorm | Represents the enhanced style for row header cells. | |
RowHeaderSeashell | Represents the enhanced style for row header cells. | |
RowHeaderShamrock | Represents the enhanced style for row header cells. | |
RowHeaderSunburst | Represents the enhanced style for row header cells. | |
Styles | Represents the array of NamedStyle objects containing the default styles. |
Name | Description | |
---|---|---|
Count | Gets the number of NamedStyle objects in the collection. | |
IsFixedSize | Gets whether the collection has a fixed size.
(This implementation always returns false.) | |
IsReadOnly | Gets whether the collection is read-only.
(This implementation always returns true.) | |
IsSynchronized | Gets whether access to the collection is synchronized.
(This implementation always returns false.) | |
Item | Gets or sets the NamedStyle object at the specified index. |
Name | Description | |
---|---|---|
Add | Not supported; calling this method throws an exception because the collection is read-only. | |
Compose | Composes a style using the default styles and a specified StyleInfo object. | |
Contains | Determines whether the collection contains the specified style. | |
CopyTo | Overloaded. Copies the styles in the collection. | |
Find | Finds a style with the specified name in the collection. | |
GetEnumerator | Gets an IEnumerator object for enumerating through the NamedStyle objects in the collection. | |
IndexOf | Returns the index of the specified NamedStyle object. | |
Insert | Not supported; calling this method throws an exception because the collection is read-only. | |
Remove | Not supported; calling this method throws an exception because the collection is read-only. |