Nevron Open Vision Documentation
Nevron.Nov.Grid.Commands Namespace / NColumnSortingCommandAction Class


In This Topic
    NColumnSortingCommandAction Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets or sets whether the column must be sorted in Ascending or Descending order.  
    Public PropertyGets the document effective history service that this node uses to record history (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Public PropertyGets a reference to the commander to which the action belongs (Inherited from Nevron.Nov.UI.NCommandAction)
    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 a reference to the owner input element (Inherited from Nevron.Nov.UI.NCommandAction)
    Public PropertyGets the parent node in the node hierarchy. (Inherited from Nevron.Nov.Dom.NNode)
    Public PropertyGets the root node in the node hierarchy. (Inherited from Nevron.Nov.Dom.NNode)
    Public PropertyGets the node schema. (Inherited from Nevron.Nov.Dom.NNode)
    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)
    Top
    Protected Properties
     NameDescription
    Protected PropertyReturns true if this is an edit action (will modify the control content) (Inherited from Nevron.Nov.Grid.Commands.NGridViewCommandAction)
    Top
    See Also