Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / FieldsEditorControl Class / ClipContent Property


In This Topic
    ClipContent Property
    In This Topic
    Gets or sets how data should be copied to the clipboard. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property ClipContent As ClipContent
    'Usage
     
    Dim instance As FieldsEditorControl
    Dim value As ClipContent
     
    instance.ClipContent = value
     
    value = instance.ClipContent
    public ClipContent ClipContent {get; set;}

    Property Value

    One of the GrapeCity.Windows.InputMan.ClipContent enumeration values that specifies how data is copied to the clipboard.
    Exceptions
    ExceptionDescription
    When the value is not defined in ClipContent.
    See Also