Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / ListDescriptionFormat Property


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

    Property Value

    A System.String value that indicates a format string used to customize the description in StatusBarInfo.
    The default is System.String.Empty.
    Exceptions
    ExceptionDescription
    The value is not a valid DescriptionFormat.
    Remarks
    This property customizes a format to display the description of this control.
    See Also