Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / UserSpecifiedFilterItem Class / DisplayAtTopOfList Property


In This Topic
    DisplayAtTopOfList Property (UserSpecifiedFilterItem)
    In This Topic
    Gets whether the display name should be added to the top of the filter drop-down list.
    Syntax
    'Declaration
     
    
    Public Overridable Property DisplayAtTopOfList As Boolean
    'Usage
     
    
    Dim instance As UserSpecifiedFilterItem
    Dim value As Boolean
     
    instance.DisplayAtTopOfList = value
     
    value = instance.DisplayAtTopOfList
    public virtual bool DisplayAtTopOfList {get; set;}
    See Also