Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / AutoFilterListBox Class / ItemsPanel Property


In This Topic
    ItemsPanel Property (AutoFilterListBox)
    In This Topic
    Syntax
    'Declaration
     
    <BindableAttribute(False)>
    Public Property ItemsPanel As ItemsPanelTemplate
    'Usage
     
    Dim instance As AutoFilterListBox
    Dim value As ItemsPanelTemplate
     
    instance.ItemsPanel = value
     
    value = instance.ItemsPanel
    [Bindable(false)]
    public ItemsPanelTemplate ItemsPanel {get; set;}
    See Also