InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.CoditionalFormatting Namespace / ItemFormattingEventArgs Class / Field Property

In This Topic
    Field Property (ItemFormattingEventArgs)
    In This Topic
    Gets or sets the name of the current field of the formatted element.
    Syntax
    'Declaration
     
    Public Property Field As String
    public string Field {get; set;}
    See Also