←Select platform

RemoveEmptyItem Property

Summary

Indicates whether to remove the item if it did not have previous data.

Syntax
C#
VB
C++
public bool RemoveEmptyItem { get; set; } 
Public Property RemoveEmptyItem() As Boolean 
   Get 
   Set 
public:  
   property bool RemoveEmptyItem 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to remove the item if it did not have previous data, otherwise, false. Default value is false.

Remarks

The detailed description refer to ItemError.

Example

For an example, refer to ItemError.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.