QueryTableControlIsRowNamingContainer Property |
Default value false than each row is TableRow.
If property is set to true each row in table is of type
PDTec.IceNet.Web.UI.Controls.QueryTableRow
this type implements INamingContainer, and
any control that implements this interface
creates a new namespace in which all child control ID attributes are guaranteed
to be unique within an entire application
Namespace:
PDTec.IceNet.Web.UI.Controls
Assembly:
PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public bool IsRowNamingContainer { get; set; }
Property Value
Type:
BooleanSee Also