BCGControlBar Library for .NET
DeleteHandlerType Property




Determines the action to perform when the user presses the Delete key.
Syntax
'Declaration
 
Public Property DeleteHandlerType As DeleteKeyHandlerType
'Usage
 
Dim instance As GridControl
Dim value As DeleteKeyHandlerType
 
instance.DeleteHandlerType = value
 
value = instance.DeleteHandlerType
public DeleteKeyHandlerType DeleteHandlerType {get; set;}
public: __property DeleteKeyHandlerType get_DeleteHandlerType();
public: __property void set_DeleteHandlerType( 
   DeleteKeyHandlerType value
);
public:
property DeleteKeyHandlerType DeleteHandlerType {
   DeleteKeyHandlerType get();
   void set (    DeleteKeyHandlerType value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridControl Class
GridControl Members

Send Feedback