ItemContainerStyle Property (GcComboBox)
In This Topic
Gets or sets the style that is used when rendering the item containers. This is a dependency property.
Syntax
'Declaration
Public Property ItemContainerStyle As Style
'Usage
Dim instance As GcComboBox
Dim value As Style
instance.ItemContainerStyle = value
value = instance.ItemContainerStyle
public Style ItemContainerStyle {get; set;}
Property Value
The style applied to the item containers. The default is a null reference (
Nothing in Visual Basic).
See Also