Class GridGroupHeaderList
Inheritance
Inherited Members
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 GridGroupHeaderList class.
Declaration
public GridGroupHeaderList(GridGroupPanel groupPanel)
Parameters
GridGroupPanel
groupPanel
The group panel. |
Fields
GroupingLinesColorProperty
ItemsDistanceProperty
Properties
ChildLists
Gets the GridGroupHeaderListsCollection for the list.
Declaration
public GridGroupHeaderListsCollection ChildLists { get; }
Property Value
GridGroupHeaderListsCollection
|
GroupingLinesColor
Gets or sets the grouping lines color.
Declaration
public virtual Color GroupingLinesColor { get; set; }
Property Value
System.Drawing.Color
|
Methods
Update(GridViewTemplate)
Updates the content of this list.
Declaration
public bool Update(GridViewTemplate template)
Parameters
GridViewTemplate
template
Gets the GridViewTemplate, associated with this list. |
Returns
System.Boolean
true if the update process was successfull. |