NevronOpenVision
Nevron.Nov.Grid Namespace / NColumnFormat Class
Fields Properties Methods Events


In This Topic
    NColumnFormat Class Members
    In This Topic

    The following tables list the members exposed by NColumnFormat.

    Public Fields
    Protected Fields
     NameDescription
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the background filling of the data cells. When set to null, the data cells use the default background fill style.  
    Public PropertyGets or sets the font of the cell views. When set to null, the cells views use the default font style.  
    Public PropertyGets or sets the horizontal alignment of the data cell view relative to the data cell.  
    Public PropertyGets the column owning this column format.  
    Public PropertyGets or sets the text filling of the cell views. When set to null, the cells views use the default text fill style.  
    Public PropertyGets or sets the vertical alignment of the data cell view relative to the data cell.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified cell can copy its content on the clipboard.  
    Public MethodCopies the content of the specified data cell on the clipboard.  
    Public Methodstatic (Shared in Visual Basic)Creates the default column format for the specified data type.  
    Public MethodFormats the specified data cell to display the specified row value and returns the widget that is created as dataCell content.  
    Public MethodMust override to create the default data cell view, which is used for default row measurement purposes.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFormats the data cell.  
    Protected MethodFormats the specified view  
    Protected MethodCreates a data cell view for the specified row value. Raises the CreateDataCellView event.  
    Protected Methodcreate a view for the specified dataCell null value.  
    Protected MethodMust override to create a view for the specified dataCell and non-null value.  
    Internal Method  
    Protected MethodGets the automatic horizontal alignment for the specified dataCell and value.  
    Protected MethodGets the automatic vertical alignment for the specified dataCell and value.  
    Protected MethodOverridden.   
    Protected MethodOverridden. Called when an arbitrary mutation has occured in this node  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the column format needs to create a cell view.  
    Top
    See Also