Class GridGroupHeaderList
Inheritance
System.Object
GridGroupHeaderList
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.GridView.dll
Syntax
public class GridGroupHeaderList : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
GridGroupHeaderList(GridGroupPanel)
Initializes a new instance of the Grid
Declaration
public GridGroupHeaderList(GridGroupPanel groupPanel)
Parameters
Grid The group panel. |
Fields
GroupingLinesColorProperty
ItemsDistanceProperty
Properties
ChildLists
Gets the Grid
Declaration
public GridGroupHeaderListsCollection ChildLists { get; }
Property Value
GroupingLinesColor
Gets or sets the grouping lines color.
Declaration
public virtual Color GroupingLinesColor { get; set; }
Property Value
System.
|
Methods
Update(GridViewTemplate)
Updates the content of this list.
Declaration
public bool Update(GridViewTemplate template)
Parameters
Grid Gets the Grid |
Returns
System. true if the update process was successfull. |