C1.WPF Namespace / C1ComboBox Class / DefaultItemHeightProperty Field



In This Topic
DefaultItemHeightProperty Field
In This Topic
Identifies the DefaultItemHeight dependency property.
Syntax
'Declaration
 
<ObsoleteAttribute("Use ItemContainerStyle")>
Public Shared ReadOnly DefaultItemHeightProperty As DependencyProperty
 
'Usage
 
Dim value As DependencyProperty
 
value = C1ComboBox.DefaultItemHeightProperty
See Also