Table of Contents

Class GalleryData<T>

Namespace
H.Windows.Ribbon
Assembly
H.Windows.Ribbon.dll
public class GalleryData<T> : ControlBindableBase, INotifyPropertyChanged

Type Parameters

T
Inheritance
GalleryData<T>
Implements
Inherited Members
Extension Methods

Properties

CanUserFilter

public bool CanUserFilter { get; set; }

Property Value

bool

CategoryBindableCollection

public ObservableCollection<GalleryCategoryBindable<T>> CategoryBindableCollection { get; }

Property Value

ObservableCollection<GalleryCategoryBindable<T>>

SelectedItem

public T SelectedItem { get; set; }

Property Value

T