ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / RowDisplayBase Class / RowDisplayFormat Property

In This Topic
    RowDisplayFormat Property
    In This Topic
    Defines a formatting based on columns specified in the RowDisplayColumns collection.
    Syntax
    'Declaration
     
    Public Property RowDisplayFormat As System.String
    public System.string RowDisplayFormat {get; set;}
    Remarks
    This property value represents a format string (with syntax defined by the String.Format() method) that defines the formatting of the row display string. Format specifications ({0}, {1} , and so on) in this format string correspond to columns in the RowDisplayColumns collection.
    See Also