Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / ItemContainerStyleProperty Field


In This Topic
    ItemContainerStyleProperty Field
    In This Topic
    Identifies the ItemContainerStyle DependencyProperty.
    Syntax
    'Declaration
     
    Public Shared ReadOnly ItemContainerStyleProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcComboBox.ItemContainerStyleProperty
    public static readonly DependencyProperty ItemContainerStyleProperty

    Field Value

    The identifier for the ItemContainerStyle dependency property.
    See Also