[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CheckedItems

CheckedItems Property

CheckedItems

Gets the all ListItems whose IsChecked property is true. This is a read only dependency property.

Declaration
public ReadOnlyObservableCollection<object> CheckedItems { get; }
Public ReadOnly Property CheckedItems As ReadOnlyObservableCollection(Of Object)