Spread Windows Forms 12.0 Product Documentation
ListDescriptionFormat Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcComboBoxCellType Class : ListDescriptionFormat Property
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

Reference

GcComboBoxCellType Class
GcComboBoxCellType Members