Class RadGalleryGroupItem
Inheritance
System.Object
RadGalleryGroupItem
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 RadGalleryGroupItem : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
RadGalleryGroupItem()
Declaration
public RadGalleryGroupItem()
RadGalleryGroupItem(String)
Declaration
public RadGalleryGroupItem(string text)
Parameters
System.String
text
|
Properties
Items
Declaration
[RadEditItemsAction]
public RadItemOwnerCollection Items { get; }
Property Value
RadItemOwnerCollection
|
ItemsLayoutPanel
ShowCaption
Gets or sets a value indicating whether the caption of the group is shown.
Declaration
[RadDefaultValue("ShowCaption", typeof(ElementWithCaptionLayoutPanel))]
public bool ShowCaption { get; set; }
Property Value
System.Boolean
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
System.String
|