True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / C1DataColumn Class / FooterExpression Property

In This Topic
    FooterExpression Property (C1DataColumn)
    In This Topic
    Gets or sets the expression for column footer.
    Syntax
    'Declaration
     
    Public Property FooterExpression As System.String
    public System.string FooterExpression {get; set;}
    Remarks
    if the property is not empty than the result of the expression is used instead of FooterText
    See Also