%ZEN.Auxiliary.gridRowDescriptor
Class %ZEN.Auxiliary.gridRowDescriptor Extends %ZEN.Component.object [ Deprecated, System = 3 ]
Defines a row descriptor within a %ZEN.Component.dataGrid component.
Parameters
XMLNAME
Parameter XMLNAME = "rowDescriptor";
Properties
rows
Property rows As list Of %ZEN.Auxiliary.gridRowDescriptor(XMLPROJECTION = "ELEMENT", XMLREF = 1, XMLTYPECONSTRAINT = "CHOICE", ZENSETTING = 0);
Optional child descriptors for this row.
caption
Property caption As %ZEN.Datatype.caption(XMLPROJECTION = "attribute");
Optional caption to apply to this element.
format
Property format As %ZEN.Datatype.string(XMLPROJECTION = "attribute");
Optional format to apply to this element.
style
Property style As %ZEN.Datatype.string(XMLPROJECTION = "attribute");
Optional style to apply to this element.
priority
Property priority As %ZEN.Datatype.integer(MAXVAL = 2, MINVAL = 0, XMLPROJECTION = "attribute");
Optional priority to apply to this element.
readOnly
Property readOnly As %ZEN.Datatype.boolean(XMLPROJECTION = "attribute");
Optional readOnly attribute to apply to this element.
width
Property width As %ZEN.Datatype.length(XMLPROJECTION = "attribute");
Optional width to apply to this element.
height
Property height As %ZEN.Datatype.length(XMLPROJECTION = "attribute");
Optional height to apply to this element.