Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / ContentPath Property


In This Topic
    ContentPath Property
    In This Topic
    Gets or sets a value indicates the name of the property that is displayed in GcComboBox. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property ContentPath As String
    'Usage
     
    Dim instance As GcComboBox
    Dim value As String
     
    instance.ContentPath = value
     
    value = instance.ContentPath
    public string ContentPath {get; set;}
    Remarks
    ContentPath can use a dotted path to reference subproperties of properties. ContentPath property will be set into dropdown control to display item.
    See Also