GridGroupPanelGroupNavigationItems Property |
Gets a collection of GroupItemCell displays in the GripPanel.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic List<GroupItemCell> GroupNavigationItems { get; }
Public ReadOnly Property GroupNavigationItems As List(Of GroupItemCell)
Get
public:
property List<GroupItemCell^>^ GroupNavigationItems {
List<GroupItemCell^>^ get ();
}
member GroupNavigationItems : List<GroupItemCell> with get
Property Value
Type:
ListGroupItemCell
See Also