FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / AggregateDefinition Class / Expression Property

In This Topic
    Expression Property (AggregateDefinition)
    In This Topic
    Gets or sets en expression for the cell. It is used if the Aggregate property is not set (equals AggregateEnum.None).
    Syntax
    'Declaration
     
    
    Public Property Expression As String
    public string Expression {get; set;}
    See Also