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