Properties

The DynamicTable HTC supports the following properties:

  • dirty
  • required
  • XMLList

dirty

The dirty property returns True if a row has been added, removed, or edited, and False otherwise.

This property is read-only.

Return to top

required

The required property returns True if the HTC is marked as required and currently has no rows in the table display, and False otherwise.

If using the OverX feature, the required property is False even when there are rows in the table display as long as the OverX row is not completely filled in. For more information about the OverX feature, see OverX Feature.

This property is read-only.

Return to top

XMLList

The XMLList property is a standard XMLList object hierarchy, containing the list currently in use by the HTC, and including the state attribute in the record elements. For more information, see XMLList and XMLRecord Properties.

This property is read-only.

Return to top

Copyright © 2005 Microsoft Corporation.
All rights reserved.