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


In This Topic
    UnitType Property
    In This Topic
    Gets a value that indicates how the size of the associated GcListBox element is calculated.
    Syntax
    'Declaration
     
    Public ReadOnly Property UnitType As ListBoxLengthUnitType
    'Usage
     
    Dim instance As ListBoxLength
    Dim value As ListBoxLengthUnitType
     
    value = instance.UnitType
    public ListBoxLengthUnitType UnitType {get;}

    Property Value

    A value that indicates how the size of the associated GcListBox element is calculated.
    See Also