DataPlace
CustomGridChildTable Class
CSCS.DataPlace.EditCustomGridChildTable
Encapsulates a table. The table is initially collapsed or expanded according to the values of the GridGroupingControl.ChildGroupOptions()()()'s IsExpandedInitialValue()()() and HasIsExpandedInitialValue()()().
Declaration Syntax
C#
public class CustomGridChildTable : GridChildTable
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
CustomGridChildTable(Element)
Creates a new instance.

BeginInit()()() (Inherited from Group.)
CachedVisibleCount()()() (Inherited from Group.)
CachedVisibleCustomCount()()() (Inherited from Group.)
CachedVisibleItemCount()()() (Inherited from Group.)
CachedYamountCount()()() (Inherited from Group.)
Caption()()() (Inherited from Group.)
CategoriesToString()()() (Inherited from Group.)
Category()()() (Inherited from Group.)
CategoryColumns()()() (Inherited from Group.)
CategoryForeignKeyParentIds()()() (Inherited from Group.)
CategoryKeys()()() (Inherited from Group.)
ChildTableGroupLevel()()() (Inherited from Element.)
CollapseAllGroups()()() (Inherited from Group.)
CollapseAllGroups(Boolean) (Inherited from Group.)
CollapseAllRecords()()() (Inherited from Group.)
CollapseAllRecords(Boolean) (Inherited from Group.)
ContainsCurrentRecordOrChildTable()()() (Inherited from ChildTable.)
CreateGroupTypedListRecordsCollection()()() (Inherited from Group.)
CustomEngine
Custom grid engine that provides the desired behavior for grids.

Details()()() (Inherited from Group.)
DisplayElements()()() (Inherited from ChildTable.)
Dispose(Boolean)
Cleans up any resources being used.
(Overrides GridChildTable.Dispose(Boolean).)
Dispose()()() (Inherited from Element.)
Disposed()()() (Inherited from Element.)
Disposing()()() (Inherited from Element.)
Elements()()() (Inherited from ChildTable.)
EndInit()()() (Inherited from Group.)
Engine()()() (Inherited from Element.)
EngineTable()()() (Inherited from Element.)
EnsureInitialized(Object) (Inherited from Element.)
EnsureInitialized(Object, Boolean) (Inherited from Element.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExpandAllGroups()()() (Inherited from Group.)
ExpandAllGroups(Boolean) (Inherited from Group.)
ExpandAllGroups(Boolean, Boolean) (Inherited from Group.)
ExpandAllRecords(Boolean) (Inherited from Group.)
ExpandAllRecords(Boolean, Boolean) (Inherited from Group.)
FilteredChildNodeCount()()() (Inherited from Group.)
FilteredRecords()()() (Inherited from Group.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindAddNewRecord()()() (Inherited from Group.)
FlattenedFilteredRecords()()() (Inherited from Group.)
FlattenedRecords()()() (Inherited from Group.)
GetCaptionSection()()() (Inherited from Element.)
GetChildCount()()() (Inherited from Group.)
GetChildListPosition()()() (Inherited from Group.)
GetColumnHeaderSection()()() (Inherited from Element.)
GetCounter()()() (Inherited from Element.)
GetCustomCount()()() (Inherited from Group.)
GetCustomPosition()()() (Inherited from Element.)
GetData()()() (Inherited from Element.)
GetDefaultValue(FieldDescriptor) (Inherited from Group.)
GetElementCount()()() (Inherited from Group.)
GetFilterBar()()() (Inherited from Element.)
GetFilteredRecordCount()()() (Inherited from Group.)
GetFirstRecord()()() (Inherited from Group.)
GetFormattedSummaryProperty(SummaryDescriptor, String, String) (Inherited from Group.)
GetFormattedSummaryProperty(String, String, String) (Inherited from Group.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetRecord()()() (Inherited from Element.)
GetRecordCount()()() (Inherited from Group.)
GetSummaries(Table, Boolean%) (Inherited from Group.)
GetSummaries(Table) (Inherited from Element.)
GetSummary(Int32) (Inherited from Group.)
GetSummary(SummaryDescriptor) (Inherited from Group.)
GetSummary(String) (Inherited from Group.)
GetSummaryProperty(SummaryDescriptor, String) (Inherited from Group.)
GetSummaryProperty(String, String) (Inherited from Group.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetVisibleCount()()() (Inherited from Group.)
GetVisibleCustomCount()()() (Inherited from Group.)
GetVisibleCustomPosition()()() (Inherited from Element.)
GetVisibleInHierarchy()()() (Inherited from Element.)
GetVisibleInParent()()() (Inherited from Element.)
GetYAmountCount()()() (Inherited from Group.)
GroupLevel()()() (Inherited from Element.)
Groups()()() (Inherited from Group.)
GroupTypedListRecords()()() (Inherited from Group.)
Id()()() (Inherited from Group.)
InDisposed()()() (Inherited from Element.)
Info()()() (Inherited from Element.)
InitializeDetails(Boolean, SortColumnDescriptorCollection, Boolean) (Inherited from Group.)
InvalidateCounter()()() (Inherited from ChildTable.)
InvalidateCounterBottomUp()()() (Inherited from Group.)
InvalidateCounterTopDown(Boolean) (Inherited from ChildTable.)
InvalidateSummariesBottomUp()()() (Inherited from ChildTable.)
InvalidateSummariesTopDown()()() (Inherited from Group.)
InvalidateSummary()()() (Inherited from Group.)
IsCaption()()() (Inherited from Element.)
IsChildVisible(Element) (Inherited from Group.)
IsCollapsible()()() (Inherited from Group.)
IsColumnHeader()()() (Inherited from Element.)
IsDisposed()()() (Inherited from Element.)
IsExpanded()()() (Inherited from Group.)
IsFilterBar()()() (Inherited from Element.)
IsGroupVisible()()() (Inherited from Group.)
IsMainGroup()()() (Inherited from Group.)
IsRecord()()() (Inherited from Element.)
IsTopLevelGroup()()() (Inherited from ChildTable.)
Kind()()() (Inherited from Element.)
LeaveRecord(Boolean) (Inherited from ChildTable.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name()()() (Inherited from ChildTable.)
NestedDisplayElements()()() (Inherited from ChildTable.)
NestedElements()()() (Inherited from ChildTable.)
OldCaptionText()()() (Inherited from Group.)
OnBeginEditCalled()()() (Inherited from Element.)
OnBeginEditComplete(Boolean) (Inherited from Element.)
OnCancelEditCalled()()() (Inherited from Element.)
OnCancelEditComplete(Boolean) (Inherited from Element.)
OnDisposed(EventArgs) (Inherited from Element.)
OnElementTreeInvalidateCounterBottomUp()()() (Inherited from Element.)
OnEndEditCalled()()() (Inherited from Element.)
OnEndEditComplete(Boolean) (Inherited from Element.)
OnEnsureInitialized(Object)
Called to ensure the instance is already initialized, overridden here to always return false to force an initialization.
(Overrides GridChildTable.OnEnsureInitialized(Object).)
OnEnterRecordCalled()()() (Inherited from Element.)
OnEnterRecordComplete(Boolean) (Inherited from Element.)
OnInitializeSections(Boolean, SortColumnDescriptorCollection)
Initializes Sections()()().
(Overrides GridChildTable.OnInitializeSections(Boolean, SortColumnDescriptorCollection).)
OnInitializeVisibleCounters()()()
Initializes counters.
(Overrides GridChildTable.OnInitializeVisibleCounters()()().)
OnLeaveRecordCalled()()() (Inherited from Element.)
OnLeaveRecordComplete(Boolean) (Inherited from Element.)
ParentChildTable()()() (Inherited from Element.)
ParentDisplayElement()()() (Inherited from ChildTable.)
ParentElement()()() (Inherited from Element.)
ParentGroup()()() (Inherited from Element.)
ParentNestedTable()()() (Inherited from ChildTable.)
ParentRecord()()() (Inherited from Element.)
ParentSection()()() (Inherited from Element.)
ParentTable()()() (Inherited from Element.)
ParentTableDescriptor()()() (Inherited from Element.)
PassThroughItem()()() (Inherited from Group.)
Records()()() (Inherited from Group.)
Reserved1()()() (Inherited from Element.)
Reserved10()()() (Inherited from Element.)
Reserved11()()() (Inherited from Element.)
Reserved16a()()() (Inherited from Element.)
Reserved16b()()() (Inherited from Element.)
Reserved16c()()() (Inherited from Element.)
Reserved2()()() (Inherited from Element.)
Reserved3()()() (Inherited from Element.)
Reserved4()()() (Inherited from Element.)
Reserved5()()() (Inherited from Element.)
Reserved6()()() (Inherited from Element.)
Reserved7()()() (Inherited from Element.)
Reserved8()()() (Inherited from Element.)
Reserved9()()() (Inherited from Element.)
Sections()()() (Inherited from Group.)
SetChildListPosition(Int32) (Inherited from Group.)
SetExpanded(Boolean, Boolean, Boolean) (Inherited from Group.)
ShouldShowCaption()()() (Inherited from Group.)
SourceList()()() (Inherited from Group.)
Summary()()() (Inherited from Group.)
SupportsId()()() (Inherited from Group.)
TableLevel()()() (Inherited from Element.)
ToString()()() (Inherited from Group.)
UniqueGroupId()()() (Inherited from Group.)
UniqueGroupIdsToString()()() (Inherited from Group.)
Inheritance Hierarchy
Object
Element
 Group
  ChildTable
   GridChildTable
    CustomGridChildTable

Assembly: CS.DataPlace.Edit (Module: CS.DataPlace.Edit) Version: 2.0.3271.19832