Class ListViewDataItemGroup
Inherited Members
System.Object.ToString()
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 ListViewDataItemGroup : ListViewDataItem, IDataItem, INotifyPropertyChanged, INotifyPropertyChangingEx, IDisposable
Constructors
ListViewDataItemGroup()
Declaration
public ListViewDataItemGroup()
ListViewDataItemGroup(String)
Declaration
public ListViewDataItemGroup(string text)
Parameters
System.
|
Fields
ExpandedState
Declaration
protected const int ExpandedState = 64
Field Value
System.
|
Properties
CheckState
Declaration
public override ToggleState CheckState { get; set; }
Property Value
Overrides
DataGroup
Gets the data group that is assigned to this group.
Declaration
public Group<ListViewDataItem> DataGroup { get; }
Property Value
Expanded
Gets or sets a value indicating whether the group's items should be displayed.
Declaration
public bool Expanded { get; set; }
Property Value
System.
|
Group
Declaration
public override ListViewDataItemGroup Group { get; set; }
Property Value
Overrides
IsDataBound
Declaration
public override bool IsDataBound { get; }
Property Value
System.
|
Overrides
Items
Gets the items in this group.
Declaration
public ListViewGroupedItemsCollection Items { get; }
Property Value
Selected
Declaration
public override bool Selected { get; }
Property Value
System.
|
Overrides
SubItems
Declaration
public override ListViewSubDataItemCollection SubItems { get; }
Property Value
Overrides
Methods
Dispose()
OnNotifyPropertyChanged(PropertyChangedEventArgs)
Declaration
protected override void OnNotifyPropertyChanged(PropertyChangedEventArgs args)
Parameters
System.
|
Overrides
OnNotifyPropertyChanging(PropertyChangingEventArgsEx)
Declaration
protected override bool OnNotifyPropertyChanging(PropertyChangingEventArgsEx args)
Parameters
Returns
System.
|