Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListHeadersPresenter Class / IsItemsHost Property


In This Topic
    IsItemsHost Property (ListHeadersPresenter)
    In This Topic
    Syntax
    'Declaration
     
    <BindableAttribute(False)>
    <CategoryAttribute("Behavior")>
    Public Property IsItemsHost As Boolean
    'Usage
     
    Dim instance As ListHeadersPresenter
    Dim value As Boolean
     
    instance.IsItemsHost = value
     
    value = instance.IsItemsHost
    [Bindable(false)]
    [Category("Behavior")]
    public bool IsItemsHost {get; set;}
    See Also