Class RadGalleryGroupFilter
Inheritance
System.Object
    
    
    
    
    
    
    RadGalleryGroupFilter
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadGalleryGroupFilter : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
  Constructors
RadGalleryGroupFilter()
Declaration
public RadGalleryGroupFilter()
  RadGalleryGroupFilter(String)
Declaration
public RadGalleryGroupFilter(string text)
  Parameters
| 
        System.String
        text
         
  | 
    
Properties
Items
Gets a collection representing the group items contained in this gallery filter.
Declaration
[RadEditItemsAction]
public RadItemOwnerCollection Items { get; }
  Property Value
| 
        RadItemOwnerCollection
         
  | 
    
Selected
Returns whether the filter is currently selected.
Declaration
public bool Selected { get; set; }
  Property Value
| 
        System.Boolean
         
  | 
    
Methods
InitializeFields()
ToString()
Declaration
public override string ToString()
  Returns
| 
        System.String
         
  |