Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ListDescriptionFormat Property


In This Topic
    ListDescriptionFormat Property (GcComboBox)
    In This Topic
    Gets or sets a format string used to customize description which is shown in StatusBar.
    Syntax
    'Declaration
     
    
    Public Property ListDescriptionFormat As String
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As String
     
    instance.ListDescriptionFormat = value
     
    value = instance.ListDescriptionFormat
    public string ListDescriptionFormat {get; set;}

    Property Value

    A System.String value indicates a format string used to customize description which is shown in StatusBar.
    The default is System.String.Empty.
    Exceptions
    ExceptionDescription
    The value isn't a valid DescriptionFormat.
    Remarks
    This property can customize a format to display the description of this control.
    See Also