Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / ContentPathProperty Field


In This Topic
    ContentPathProperty Field
    In This Topic
    Identifies the ContentPath dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly ContentPathProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcComboBox.ContentPathProperty
    public static readonly DependencyProperty ContentPathProperty

    Field Value

    The identifier for the ContentPath dependency property.
    See Also