FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / Column Class / BoundPropertyName Property

In This Topic
    BoundPropertyName Property
    In This Topic
    Gets the name of the property that this column is currently bound to.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    Public ReadOnly Property BoundPropertyName As String
    [Browsable(false)]
    public string BoundPropertyName {get;}
    See Also