Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NRowCollectionBase Class


In This Topic
    NRowCollectionBase Class Properties
    In This Topic

    For a list of all members of this type, see NRowCollectionBase members.

    Public Properties
     NameDescription
    Public PropertyGets or sets whether this widget can be used as the target of a drag-and-drop operation (Inherited from Nevron.Nov.UI.NInputElement)
    Public PropertyGets or sets whether this widget can be focused (Inherited from Nevron.Nov.UI.NInputElement)
    Public PropertyGets or sets whether this widget can capture the mouse (Inherited from Nevron.Nov.UI.NInputElement)
    Public PropertyGets or sets whether this element can capture the touch (Inherited from Nevron.Nov.UI.NInputElement)
    Public PropertyGets/set the element commander. (Inherited from Nevron.Nov.UI.NInputElement)
    Public PropertyGets whether this collection contains expandable rows. Automatically updated by Nevron.  
    Public PropertyGets the count of elements in this collection.  
    Public PropertyGets or sets the cursor (Inherited from Nevron.Nov.UI.NInputElement)
    Public PropertyGets the display surface on which this visual is displayed (painted) (Inherited from Nevron.Nov.Dom.NVisual)
    Public PropertyGets the window in which the input node is displayed (Inherited from Nevron.Nov.UI.NInputElement)
    Public PropertyGets or sets whether this element is enabled in the UI or not. If a local value has not been set to this property, its value will be inherited by an ancestor element. (Inherited from Nevron.Nov.UI.NInputElement)
    Public PropertyGets the Height of all rows in this collection. Automatically updated by Nevron.  
    Public PropertyGets the document effective history service that this node uses to record history (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Public PropertyGets the id of the element, which uniquely identifies the element inside the owner document. It is automatically assigned when the element is registered in a document and is also automatically set to -1 when the element is unregistered from the document. You can manually assign the next document Id to the element, before it is added to a specific document, by using AssingNextId method. (Inherited from Nevron.Nov.Dom.NElement)
    Public PropertyGets/set the element interactor. (Inherited from Nevron.Nov.UI.NInputElement)
    Public PropertyGets whether the arrange of the element is valid.  
    Public PropertyGets whether this element is disabled. The local value of this property is automatically set to true, when the computed value of the Enabled property is false. The local value of this property is automatically cleared to its default false, when the computed value of the Enabled property is true. In this way you can select disabled widgets via styling, by using the ValueEqualsCondition (Inherited from Nevron.Nov.UI.NInputElement)
    Public PropertyDetermines whether this element has keyboard focus (Inherited from Nevron.Nov.UI.NInputElement)
    Public PropertyGets whether the measure of the element is valid  
    Public PropertyDetermines whether this element has captured the mouse (Inherited from Nevron.Nov.UI.NInputElement)
    Public PropertyGets whether the element is pooled for arrange validation.  
    Public PropertyGets whether the element is pooled for measure validation.  
    Public PropertyGets whether the visual is displayed inside the window. (Inherited from Nevron.Nov.Dom.NVisual)
    Public PropertyGets or sets the element at the specified index.  
    Public PropertyGets the Desktop in which this element resides. (Inherited from Nevron.Nov.UI.NInputElement)
    Public PropertyGets a reference to the document owning the node. Returns null if the node is not residing in a document. (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Public PropertyGets the grid view to which this cell belongs  
    Public PropertyGets the parent node in the node hierarchy. (Inherited from Nevron.Nov.Dom.NNode)
    Public PropertyGets the parent visual. This implementation returns the first ancestor that is a visual. (Inherited from Nevron.Nov.Dom.NVisual)
    Public PropertyGets the root node in the node hierarchy. (Inherited from Nevron.Nov.Dom.NNode)
    Public PropertyGets the root visual of this visual. (Inherited from Nevron.Nov.Dom.NVisual)
    Public PropertyGets the node schema. (Inherited from Nevron.Nov.Dom.NNode)
    Public PropertyGets the subtree display version. Automatically managed by Nevron. (Inherited from Nevron.Nov.Dom.NVisual)
    Public PropertyGets or sets the index of the element in the tab navigation list. (Inherited from Nevron.Nov.UI.NInputElement)
    Public PropertyGets or sets whether the element is included in the tab navigation or not (Inherited from Nevron.Nov.UI.NInputElement)
    Public PropertyGets or sets the node tag, that can be any DOM compliant object. This property is not used by the node itself and is intended to provide users with the ability to attach custom data to the node. Attaching custom data to any node can also be achieved with the help of extendeded properties. (Inherited from Nevron.Nov.Dom.NNode)
    Public PropertyGets or sets the tooltip (Inherited from Nevron.Nov.UI.NInputElement)
    Public PropertyGets or sets the User Class to which the element belongs. This property is usually assigned by the user and is used to group related elements. An element can belong to more than one user classes that should be separated by the ' '(space) character. For example: element.UserClass = "MyClass1 MyClass2" specifies that element belongs to both MyClass1 and MayClass2 classes. The NUserClassCondtion styling condition lets you select elements of a specific user class. (Inherited from Nevron.Nov.Dom.NElement)
    Public PropertyGets or sets the User Id associated to this element. This property is usually assigned by the user and is used to identify specific elements in the document. Unlike the Id property, the value of this property is not guaranteed to be unique in the document. The NUserIdCondition styling condition lets you select elements with a specific User Id. (Inherited from Nevron.Nov.Dom.NElement)
    Public PropertyGets the Y coordinate of this collection inside the parent coordinate system. Automatically updated by Nevron.  
    Top
    See Also