Drag and drop settings.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class GridControlDragAndDropSettings : INotifyPropertyChanged,
ICloneable |
Visual Basic |
---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public NotInheritable Class GridControlDragAndDropSettings
Implements INotifyPropertyChanged, ICloneable |
Visual C++ |
---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class GridControlDragAndDropSettings sealed : INotifyPropertyChanged,
ICloneable |
F# |
---|
[<SealedAttribute>]
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
type GridControlDragAndDropSettings =
class
interface INotifyPropertyChanged
interface ICloneable
end |
Field Value
Type:
The drag and drop settings.
Inheritance Hierarchy
See Also