Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListBoxLength Structure / DisplayValue Property


In This Topic
    DisplayValue Property
    In This Topic
    Gets the actual value for a ListBoxLength, in pixels.
    Syntax
    'Declaration
     
    Public ReadOnly Property DisplayValue As Double
    'Usage
     
    Dim instance As ListBoxLength
    Dim value As Double
     
    value = instance.DisplayValue
    public double DisplayValue {get;}
    Remarks
    The DisplayValue represents the actual value for a ListBoxLength, in pixels, when the column it is associated with is rendered to the screen.
    See Also