Version

Search Results

LastVisiblePane Property

Returns the last visible pane in the child panes collection. Syntax Remarks This property returns the last visible pane or null if there are no visible panes. You can use this property in conjunction with the GetPreviousVisiblePane method to iterate through the visible panes in a group. Example The following examp...

NotifyPropChange(Enum) Method

Syntax Parameters propId

NotifyPropChange(Enum,PropChangeInfo) Method

Syntax Parameters propId trigger

NotifyPropChange(PropChangeInfo) Method

Syntax Parameters trigger

OnAddedToCollection Method (DockableGroupPane)

Called when this object is being added to the passed in collection. The default implementation sets the internal primaryCollection reference if it hasnt already been set Syntax Parameters primaryCollection The Infragistics.Shared.KeyedSubObjectsCollectionBase to which the object was added.

OnDeserializationCallback Method (DockableGroupPane)

Invoked from the OnDeserialization method of the System.Runtime.Serialization.IDeserializationCallback interface Syntax

OnObjectPropChanged Method (DockableGroupPane)

Syntax Parameters propChange

OnSubObjectPropChanged Method (DockableGroupPane)

Invoked when the property of a subobject has changed. Syntax Parameters propChange A structure containing the property change information. Example The following sample code illustrates how classes derived from SubObjectBase can provide property change notifications with complete context information even within com...