Class PropertyGridTraverserState
Inheritance
System.Object
PropertyGridTraverserState
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 PropertyGridTraverserState
Constructors
PropertyGridTraverserState(PropertyGridGroupItem, PropertyGridItemBase, Int32, Int32)
Declaration
public PropertyGridTraverserState(PropertyGridGroupItem group, PropertyGridItemBase item, int index, int groupIndex)
Parameters
PropertyGridGroupItem
group
|
PropertyGridItemBase
item
|
System.Int32
index
|
System.Int32
groupIndex
|
Properties
Group
GroupIndex
Declaration
public int GroupIndex { get; }
Property Value
System.Int32
|
Index
Declaration
public int Index { get; }
Property Value
System.Int32
|