Name | Description | |
---|---|---|
BackColor | Gets or sets the background color of every SmartItem in the collection whose own BackColor property has not been explicitly set. | |
Borders | Gets or sets the SmartBorders associated with the collection. | |
Comparer | Gets or sets the comparer to use for the collection. | |
Count | Gets the number of SmartItems contained in the collection. | |
DroppedDownItem | Gets or sets the SmartItem that is currently dropped down. | |
FirstVisibleItem | Gets or sets the first SmartItem that is completely or partial visible in the collection. | |
Font | Gets the font of every SmartItem in the collection whose own Font property has not been explicitly set. | |
HasShortcuts | This property is reserved for internal use and is not intended to be used directly from your code. | |
HorizontalScrollBarVisibility | Gets or sets a value indicating the visibility of the horizontal scrollbar. | |
InnerMargins | Gets or set the inner margins (inside the Borders) for this collection. | |
IsFixedSize | Gets a value indicating whether the collection has a fixed size. | |
IsReadOnly | Gets a value indicating whether the collection is read-only | |
Item | Overloaded. Gets the SmartItem associated with the specified key. | |
Layout | Gets or sets the SmartLayout associated with the collection. | |
Margins | Gets the margins for this collection. It represents the sum of the InnerMargins, OuterMargins and Borders to which the space required to display the scrollbars is added if needed. | |
MnemonicUsage | Gets or sets a value indicating how (and if) mnemonics are activated. | |
OuterMargins | Gets or sets the outer margins (outside the Borders) for this collection. | |
OuterMarginsColor | Gets or sets the color of the collection's OuterMargins. | |
ParentItem | Gets the collection's parent SmartItem. | |
ScrollBarStyle | Gets or sets the style of the collection's scrollbars. | |
Sorted | Gets or sets a boolean value indicating if the collection is sorted | |
VerticalScrollBarVisibility | Gets or sets a boolean value indicating the visibility of the vertical scrollbar. |