Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / MaskEnumerationFieldInfo Class / Items Property


In This Topic
    Items Property (MaskEnumerationFieldInfo)
    In This Topic
    Gets or sets supported items of the field.
    Syntax
    'Declaration
     
    
    Public Property Items As String()
    'Usage
     
    
    Dim instance As MaskEnumerationFieldInfo
    Dim value() As String
     
    instance.Items = value
     
    value = instance.Items
    public string[] Items {get; set;}

    Property Value

    A System.String array value indicates the items.
    Remarks
    The property retrieves the collection about the System.String item.
    See Also