| 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.ControlsAssembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic bool IsRowNamingContainer { get; set; }Property Value
Type: 
Boolean
See Also