Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcListBox Class / ItemsPanel Property


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